Skip to content
Cursor

AgentHub - Lean MCP Orchestrator for Cursor

io.github.propstreet/agenthub

Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts

client:Cursor transport:stdio runtime:npm

Install AgentHub - Lean MCP Orchestrator in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "agenthub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@propstreet/agenthub"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

AgentHub - Lean MCP Orchestrator in other clients