★ 33 stars
Go
💻 Code/Dev Tools
Updated 1mo ago
Zero trust gateway for MCP servers. Aggregate, filter, and securely access MCP tools from anywhere without VPNs, open ports, or exposed endpoints. Built on OpenZiti and zrok with cryptographic identity, mTLS, per-client isolation, and tool-level permission control.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "go",
"args": [
"run",
"github.com/openziti/mcp-gateway@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-gateway go run github.com/openziti/mcp-gateway@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-gateway": {
"command": "go",
"args": [
"run",
"github.com/openziti/mcp-gateway@latest"
]
}
}
}
📋 Copy
Topics
agentic-ai ai-infrastructure ai-tools e2e-encryption mcp mcp-aggregator mcp-gateway mcp-proxy mcp-server mtls nhi non-human-identity openziti self-hosted tool-aggregation