AuthzX Gateway
Rank #61,808io.github.authzx/mcp-gateway
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
AuthzX Gateway is a Model Context Protocol (MCP) server published by vengtoo. It ranks #61,808 of 132,113 servers tracked on MCP Toplist. AuthzX Gateway is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on May 30, 2026 and most recently updated on May 30, 2026.
Ranks ahead of 70,305 of 132,113 servers on MCP Toplist.
Use AuthzX Gateway
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-gateway -e "YOUR_API_KEY=<your YOUR_API_KEY>" -- npx -y @authzx/mcp-gatewayReplace each placeholder with your own value before saving.
[mcp_servers.mcp-gateway]
command = "npx"
args = ["-y", "@authzx/mcp-gateway"]
[mcp_servers.mcp-gateway.env]
YOUR_API_KEY = "<your YOUR_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": [
"-y",
"@authzx/mcp-gateway"
],
"env": {
"YOUR_API_KEY": "<your YOUR_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.authzx%2Fmcp-gateway)<a href="https://mcptoplist.com/server/io.github.authzx%2Fmcp-gateway"><img src="https://mcptoplist.com/badge/io.github.authzx%2Fmcp-gateway.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
vengtoo
Other servers by vengtoo
View all vengtoo servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | May 30, 2026 |
Frequently asked questions
- Who maintains AuthzX Gateway?
- AuthzX Gateway is maintained by vengtoo, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is AuthzX Gateway listed on the Official MCP Registry?
- Yes — AuthzX Gateway is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AuthzX Gateway have?
- MCP Toplist tracks 1 version of AuthzX Gateway, most recently published on May 30, 2026.
- Where can I find the source code for AuthzX Gateway?
- The source code for AuthzX Gateway is hosted at github.com/vengtoo/mcp-gateway.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.