← Back to Plugins
MCP Server MCP

MCP Hangar

github By github 👁 2 views ▲ 0 votes

Policy enforcement plane for MCP: every tool call ends in a verdict. Self-hosted, MIT.

Homepage Verified source GitHub

Install

uvx mcp-hangar

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-hangar",
      "version": "2.13.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to config.yaml declaring the upstream MCP servers and policy. Without it Hangar starts on a demo config that serves no real upstream.",
          "format": "filepath",
          "name": "MCP_CONFIG"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...