Agentโ™ฅ๏ธŽAge
Catalog

SafeNode MCP Gateway

Official

by sp3ak ยท TypeScript

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

SafeNode MCP Gateway (Policy Proxy)

The io.github.sp3ak/safenode-mcp-gateway server is an MCP proxy that enforces policy on every MCP tool call. It sits between an MCP client and downstream MCP servers, passing tools/list through unchanged while evaluating each tools/call against SafeNode policy.

๐Ÿ› ๏ธ Key Features

  • Proxy for MCP tool calls
  • Policy evaluation occurs before downstream tool execution
  • Denied calls never reach the downstream server
  • tools/list passes straight through

๐Ÿš€ Use Cases

  • Enforce restrictions on MCP tools/call requests
  • Insert policy control between MCP clients (e.g., Claude Desktop, Claude Code, Cursor, any MCP host) and existing MCP servers
  • Ensure the model cannot bypass an evaluate_action-style enforcement path by routing around it

โšก Developer Benefits

  • Centralizes policy enforcement in the gateway layer
  • Preserves tool visibility by allowing tools/list to pass through

โš ๏ธ Limitations

  • Enforcement applies only to tool calls evaluated by the gateway (denied calls block downstream execution)

Related servers

More in Security