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
0
View on GitHub

Installation

npx -y get-convex/convex-backend

Configuration

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)

GitHub: https://stack.convex.dev/convex-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub