mcp-hangar

mcp-hangar/mcp-hangar
★ 11 stars Python 🌐 Browser/Web Updated today
Runtime security and governance for MCP servers. One gateway, full visibility, policy enforcement - from dev laptop to production fleet.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-hangar": {
      "command": "uvx",
      "args": [
        "mcp-hangar"
      ]
    }
  }
}

Or install with pip: pip install mcp-hangar

README Excerpt

**Production-grade infrastructure for Model Context Protocol.** MCP Hangar is a control plane for MCP servers. It manages MCP server lifecycle, parallel tool execution, security governance, and observability -- so you don't have to. **30 seconds to working MCP servers:** ```bash curl -sSL https://mcp-hangar.io/install.sh | bash && mcp-hangar init -y && mcp-hangar serve