get-convex/convex-backend
FreeConvex 数据库集成,用于内省表、函数和运行一次性查询。
FreeFree tier
About get-convex/convex-backend
Convex MCP Server is a beta integration that allows AI agents to interact with Convex deployments via the Model Context Protocol (MCP). It enables agents to introspect tables and functions, call functions, read and write data, and safely run one-off JavaScript queries in a fully sandboxed environment. Designed for use with Cursor (and other agents like Windsurf and Claude Desktop), it provides tools for listing deployments, exploring table schemas, paginating documents, and executing custom queries. The server is free, open-source, and installable via npx.
Key Features
Introspect deployment tables and functions
Call functions and read/write data
Run one-off JavaScript queries in a sandboxed environment
List deployments and select them for subsequent operations
View table schemas (declared and inferred)
Paginate through table documents
List function metadata (types and visibility)
Works with Cursor, Windsurf, Claude Desktop, and other MCP-compatible agents
Pros & Cons
Pros
- One-off queries are fully sandboxed and cannot modify the database, making them safe for AI agents
- Provides rich introspection of both schemas and functions
- Free and open-source
- Easy installation via npx
- Can be used with multiple AI agents (Cursor, Windsurf, Claude Desktop)
Cons
- Currently in beta stage
- Only tested with Cursor on macOS Sequoia
- Limited operating system and agent support yet
- Requires some configuration per agent
Best For
AI agent-powered database analysis and queryingAd-hoc data exploration without custom codeSchema improvement suggestions for developersAutomated debugging and diagnostics of Convex applications