Skip to main content
Glama

Cloudflare D1 Database MCP Server

index.ts484 B
import { loadConfig } from "./config.js"; import { D1Client } from "./client.js"; import { createD1Server } from "./server.js"; async function main() { try { const config = loadConfig(); const client = new D1Client(config); const { start } = createD1Server({ client }); // Start the server await start(); } catch (error) { console.error("Failed to start Cloudflare D1 MCP server:", error); process.exit(1); } } void main();

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seek-your-way-out/cloudflare-sywo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server