databases
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))
typescript
cloud
databases
Installation
npx -y get-convex/convex-backendConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "convex-backend",
"command": "npx",
"args": [
"-y",
"get-convex/convex-backend"
]
}About This MCP Server
get-convex/convex-backend
Convex database integration to introspect tables, functions, and run oneoff queries (Source)
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub