C
Convex MCP Plugin
by @get-convex
Codex plugin for the hosted Convex MCP server
Created 5/26/2026
Updated about 17 hours ago
README
Repository documentation and setup instructions
Convex MCP Codex Plugin
A Codex plugin that installs the hosted Convex MCP server.
MCP server
This plugin points Codex at:
https://mcp.convex.dev/mcp
The server exposes tools for starting Convex apps, fetching the Convex quickstart runbook, generating backend and client wiring snippets, planning migrations, and adding Convex Agent wiring.
Plugin contents
.codex-plugin/plugin.json- Codex plugin metadata.mcp.json- MCP server configuration
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/get-convex/convex-mcp-plugin
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"get-convex-convex-mcp-plugin": {
"command": "git",
"args": [
"clone",
"https://github.com/get-convex/convex-mcp-plugin"
]
}
}
}