File Systems
Trust: 25/100 (Limited)AgentHub - Lean MCP Orchestrator Guide
Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts
Quick Start
Install
npx @propstreet/agenthubClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-propstreet-agenthub": {
"command": "npx",
"args": [
"@propstreet/agenthub"
]
}
}
}