← Back to Plugins
MCP Server MCP

Sovereign Gateway

github By github 👁 1 views ▲ 0 votes

Gating proxy for MCP servers: policy, verification and one audit trail across upstreams.

Homepage Verified source GitHub

Install

uvx sovereign-mcp-gateway

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "sovereign-mcp-gateway",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to the gateway configuration: which upstream MCP servers to proxy, the tool policy, and where to write the audit log. See the repository README for the format and an example.",
          "isRequired": true,
          "value": "{config_path}",
          "variables": {
            "config_path": {
              "description": "Path to your gateway.json",
              "isRequired": true,
              "format": "filepath"
            }
          },
          "type": "named",
          "name": "--config"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...