AgentHub - Lean MCP Orchestrator for Zed
io.github.propstreet/agenthub
Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts
client:Zed
transport:stdio
runtime:npm
Install AgentHub - Lean MCP Orchestrator in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agenthub": {
"command": "npx",
"args": [
"-y",
"@propstreet/agenthub"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs