Odel
SafeNode MCP Gateway

SafeNode MCP Gateway

Local
@sp3akTypeScriptMITUpdated 3w ago

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).

npmsafenode-mcp-gatewayv0.1.2

Run

npx -y safenode-mcp-gateway

MCP client config

{
  "mcpServers": {
    "safenode-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "safenode-mcp-gateway"
      ]
    }
  }
}