Introspect and query your apps deployed to Convex.
Documentation
Installation (Cursor) On Cursor version 0.47, go to "Cursor Settings > MCP", and click on "Add new global MCP server". Then, fill out this "convex" section in the mcp.json: { "mcpServers": { "convex": { "command": "npx", "args": [ "-y", "convex@latest", "mcp", "start" ] } } } After adding the server, ensure the "convex" server is enabled and lit up green (you may need to click "Disabled" to enable it). If you're running into issues, confirm you're using Cursor version 0.47.5 or later. Other agents for the MCP server beta have only been tested with Cursor on macOS Sequoia.