Skip to main content
DatabasesTypeScript

get-convex/convex-backend

Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts))

databasescloud-service
Share:

Quick Start

Clone the repository:

git clone https://stack.convex.dev/convex-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "get-convexconvex-backend": {
      "command": "npx",
      "args": [
        "-y",
        "get-convex/convex-backend"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
TypeScript
Author
Unknown