Codex MCP Go for Cursor
io.github.w31r4/codex-mcp-go
MCP server wrapping Codex CLI for stdio-based tool calls.
client:Cursor
transport:stdio
runtime:npm
Install Codex MCP Go in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"codex-mcp-go": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@zenfun510/codex-mcp-go"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs