MCP Server
MCP
Sovereign Gateway
Gating proxy for MCP servers: policy, verification and one audit trail across upstreams.
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
By
Comments
Sign in to leave a comment