Edge Operational · 487 Docs Indexed
Streamable HTTP / JSON-RPC 2.0
Cloudflare Workers

Drizzle ORM MCP Server

High-performance Model Context Protocol server exposing the latest official Drizzle ORM documentation, live search, and schema guides to AI coding assistants.

⚡ Client Configurations
Standard MCP / JSON-RPC
{
  "mcpServers": {
    "drizzle-orm": {
      "serverUrl": "https://drizzle-mcp.mgdc.site/mcp"
    }
  }
}
🛠️ Available MCP Tools
search_docs
Full-text search across 487 Drizzle ORM documentation pages with contextual code snippets and relevance ranking.
query: string · dialect?: string · limit?: number
get_doc
Retrieves the complete markdown content of any documentation page, guide, or tutorial by path or keyword.
path: string (e.g. "/docs/sqlite/batch-api")
list_sections
Provides a high-level catalog of documentation categories, supported dialects, and available topic sections.
No parameters required
🌐 Edge Endpoints
Method Path Description
ALL /mcp Streamable HTTP JSON-RPC 2.0 endpoint for MCP clients
GET /health Returns edge health, indexed doc count, and sync timestamp
POST /refresh Forces upstream cache revalidation from orm.drizzle.team