Skip to content
VS Code

AgentHub - Lean MCP Orchestrator for VS Code

io.github.propstreet/agenthub

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

client:VS Code transport:stdio runtime:npm

Install AgentHub - Lean MCP Orchestrator in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentHub - Lean MCP Orchestrator in other clients