Stats
Actions
Tags
From convex-visual
Provides visual tools for the Convex platform (reactive database and serverless functions). Runs locally as a stdio subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"convex-visual": {
"command": "npx",
"args": [
"convex-mcp-visual",
"--stdio"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub waynesutton/convex-mcp-visual --plugin convex-visual