Subagent MCP for Cursor
io.github.thang1710/subagent-mcp
Let Codex orchestrate external coding agents through their native harnesses.
client:Cursor
transport:stdio
runtime:pypi
Install Subagent MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"subagent-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"subagent-harness-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs