Gateway runs on your own machine — the client starts it, so there is no endpoint to ping. 63 installs a week from npm. Last commit 3 Aug 2026.
MCP auth gateway: verify agent identity, enforce per-tool permissions, block replays, emit receipts.
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 gateway -- npx -y @bolyra/gateway
{
"mcpServers": {
"gateway": {
"args": [
"-y",
"@bolyra/gateway"
],
"command": "npx"
}
}
}
[mcp_servers.gateway]
command = "npx"
args = ["-y", "@bolyra/gateway"]
{
"mcpServers": {
"gateway": {
"args": [
"-y",
"@bolyra/gateway"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gateway": {
"args": [
"-y",
"@bolyra/gateway"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.