MCP Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 36 installs a week from npm.
AuthzX MCP Gateway — policy-enforcing proxy between AI agents and MCP servers
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-gateway -- npx -y @authzx/mcp-gateway
{
"mcpServers": {
"mcp-gateway": {
"args": [
"-y",
"@authzx/mcp-gateway"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-gateway]
command = "npx"
args = ["-y", "@authzx/mcp-gateway"]
{
"mcpServers": {
"mcp-gateway": {
"args": [
"-y",
"@authzx/mcp-gateway"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-gateway": {
"args": [
"-y",
"@authzx/mcp-gateway"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.