Skip to content

MCP Hangar Documentation

Parallel MCP Execution — 50x faster tool calls for your AI agents.

🚀 One-Liner Install: curl -sSL https://mcp-hangar.io/install.sh | bash && mcp-hangar init -y && mcp-hangar serve

What is MCP Hangar?

MCP Hangar is a production-grade control plane for Model Context Protocol (MCP) providers. It enables:

  • ⚡ Parallel Execution — Batch multiple tool calls, execute simultaneously
  • 🔄 Hot-Reload Config — Live configuration changes without restart
  • 🛡️ Circuit Breakers — Fault isolation, automatic failover
  • 📊 Observability — OpenTelemetry traces, Prometheus metrics, Langfuse

What's New in v0.6.6

  • Cookbook — Step-by-step production recipes (Gateway, Health, Circuit Breaker, Failover)
  • Hot-Reload — File watching, SIGHUP, or hangar_reload_config MCP tool
  • Smart Init — Runtime detection, smoke tests, config merging
  • One-Liner — Zero-interaction install and setup

Getting Started

GuideDescription
InstallationInstall via pip, curl, or from source
Quick StartYour first parallel MCP call
CLI ReferenceAll available commands

Core Guides

GuideDescription
Batch InvocationsParallel execution deep dive
Hot-ReloadLive configuration reloading
ObservabilityMetrics, traces, logging
AuthenticationSecure your providers
ContainersDocker and OCI providers
KubernetesK8s operator and CRDs

Performance

ScenarioTimeSuccess Rate
15 tools, 2 providers380ms100%
Thundering herd (50 concurrent)1.3s100%
Cold start + batch<500ms100%

Released under the MIT License.