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))
Quick Start
Clone the repository:
git clone https://stack.convex.dev/convex-mcp-serverClaude 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.