Skip to content

MCP Hangar -- OSS Agent

Production-grade MCP runtime -- parallel execution, circuit breakers, policy files, and local audit trail.

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

What is the MCP Hangar Agent?

The mcp-hangar agent is an open-source, MIT-licensed runtime for Model Context Protocol (MCP) providers. It runs on your machine or server and provides:

  • 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

Looking for the managed cloud platform? Hangar Cloud launches in September 2026. See Hangar Cloud Docs for details, or join early access.

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

Integrations

IntegrationDescription
OpenLIT (OTLP)Send OTLP traces and metrics to OpenLIT

Performance

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

MCP Hangar · Released under MIT License.