Skip to content

MCP Hangar

Tests PyPI Python 3.10+ License: MIT Documentation

Production-grade MCP provider registry with lazy loading, health monitoring, and container support.

Features

  • Lazy Loading — Providers start only when invoked, tools visible immediately
  • Container Support — Docker/Podman with auto-detection
  • Provider Groups — Load balancing with multiple strategies
  • Health Monitoring — Circuit breaker pattern with automatic recovery
  • Auto-Discovery — Detect providers from Docker labels, K8s annotations, filesystem
  • Automatic Retry — Built-in retry with exponential backoff for transient failures
  • Real-Time Progress — See operation progress while waiting
  • Rich Errors — Human-readable errors with recovery hints

Quick Start

pip install mcp-hangar
mcp-hangar --config config.yaml

Documentation

📖 Full Documentation

Contributing

See Contributing Guide for development setup and guidelines.

License

MIT - see LICENSE for details.