nexus mcp for Cursor
io.github.j7an/nexus-mcp
Invoke CLI agents (Codex, Claude, OpenCode) as MCP tools with parallel execution
client:Cursor
transport:stdio
runtime:pypi
Install nexus mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nexus-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"nexus-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs