Backend
Introspect and query apps deployed to Convex. Real-time backend with automatic caching.
mcpizy install convexnpx -y @convex/mcp{
"mcpServers": {
"convex": {
"command": "npx",
"args": [
"-y",
"@convex/mcp"
]
}
}
}