MCP Server
MCP
SafeNode MCP Gateway
Policy proxy for MCP tool calls. A denied call never reaches the downstream server.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "safenode-mcp-gateway",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SafeNode API key. Free tier at https://safenode.tech — no card required.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SAFENODE_API_KEY"
},
{
"description": "Override the SafeNode API base URL. Defaults to https://safenode.tech.",
"format": "string",
"name": "SAFENODE_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment