← Index

AgentHub - Lean MCP Orchestrator

io.github.propstreet/agenthub·v1.1.1·Filesystem
Quality Score
70
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agenthub": {
      "command": "npx",
      "args": [
        "-y",
        "@propstreet/agenthub"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agenthub": {
      "command": "npx",
      "args": [
        "-y",
        "@propstreet/agenthub"
      ]
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @propstreet/agenthub
§03  MCP Quality Score  ·  methodology
freshness
15
completeness
10
installability
25
documentation
10
stability
10
§04  Alternatives in Filesystem