Serversio.github.propstreet/agenthub
A

AgentHub - Lean MCP Orchestrator

io.github.propstreet/agenthub · v1.1.1
▦ npm
v1.1.1npm npm: @propstreet/agenthub
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "io.github.propstreet/agenthub",
  "description": "Enables coding agents to coordinate edits, reviews, and escalations without file locking conflicts",
  "title": "AgentHub - Lean MCP Orchestrator",
  "version": "1.1.1",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@propstreet/agenthub",
      "version": "1.1.1",
      "transport": {
        "type": "streamable-http",
        "url": "http://localhost:3333/mcp"
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}