AgentHub - Lean MCP Orchestrator runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm.
Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add agenthub -- npx -y @propstreet/agenthub
{
"mcpServers": {
"agenthub": {
"args": [
"-y",
"@propstreet/agenthub"
],
"command": "npx"
}
}
}
[mcp_servers.agenthub]
command = "npx"
args = ["-y", "@propstreet/agenthub"]
{
"mcpServers": {
"agenthub": {
"args": [
"-y",
"@propstreet/agenthub"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"agenthub": {
"args": [
"-y",
"@propstreet/agenthub"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.