Back to directory
convex

convex

@Convex0

Convex's MCP server allows AI agents to introspect and interact with Convex deployments, including querying tables, calling functions, reading/writing data, and managing environment variables, with support for sandboxed one-off queries.

databasecloud functionsrealtimebackendserverlesscloud

Installation & Configuration

{
  "mcpServers": {
    "convex": {
      "command": "npx",
      "args": [
        "-y",
        "convex@latest",
        "mcp",
        "start"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/7/31
Updated
2025/7/31