C
Convex MCP Plugin
作者 @get-convex
Codex plugin for the hosted Convex MCP server
创建于 5/26/2026
更新于 about 4 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
快速设置
此服务器的安装指南
安装命令 (包未发布)
git clone https://github.com/get-convex/convex-mcp-plugin
手动安装: 请查看 README 获取详细的设置说明和所需的其他依赖项。
Cursor 配置 (mcp.json)
{
"mcpServers": {
"get-convex-convex-mcp-plugin": {
"command": "git",
"args": [
"clone",
"https://github.com/get-convex/convex-mcp-plugin"
]
}
}
}