Policy proxy for MCP tool calls. A denied call never reaches the downstream server.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y safenode-mcp-gateway
MCP client config
{
"mcpServers": {
"safenode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}