# get-convex/convex-backend [Health: Active]

**Category:** 🗄️ Databases  
**Repository:** https://stack.convex.dev/convex-mcp-server  
**Views:** 3  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/get-convex-convex-backend

## Description
Convex database integration to introspect tables, functions, and run oneoff queries (Source)

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

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

## Documentation
This server connects AI agents to Convex database information and query execution. Use it when an agent needs to inspect database structure, review functions, or run individual queries against Convex.

**Use cases:**
- Inspect Convex database tables
- Review Convex functions
- Run one-off database queries
- Explore database structure through an AI agent

**Key features:**
- Convex table introspection
- Convex function introspection
- One-off query execution

_Summarized from the repository README — see the link above for the full text._

