HomeSecurity › SafeNode MCP Gateway

SafeNode MCP Gateway

Policy proxy for MCP tool calls. A denied call never reaches the downstream server.

TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-08-13 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "safenode-mcp-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "SAFENODE_API_KEY": "<YOUR_VALUE>",
        "SAFENODE_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • SAFENODE_API_KEY required secret — SafeNode API key. Free tier at https://safenode.tech — no card required.
  • SAFENODE_BASE_URL — Override the SafeNode API base URL. Defaults to https://safenode.tech.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry