Policy proxy for MCP tool calls. A denied call never reaches the downstream server.
claude mcp add safenode-mcp-gateway -- npx -y safenode-mcp-gateway
claude_desktop_config.json
{
"mcpServers": {
"safenode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"safenode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"safenode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"safenode-mcp-gateway": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"safenode-mcp-gateway": {
"command": "npx",
"args": [
"-y",
"safenode-mcp-gateway"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.sp3ak--safenode-mcp-gateway/reviews or the review_server meta-tool.
POST /mcp