MCP Server
MCP
io.github.rudraneel93/mcp-guardian
Security, cost, and health governance proxy for MCP infrastructure
Install
npx -y @mcp-guardian/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mcp-guardian/server",
"version": "2.3.21",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to SQLite history database",
"format": "string",
"default": "~/.mcp-guardian/history.db",
"name": "MCP_GUARDIAN_DB_PATH"
},
{
"description": "Slack or Discord webhook for critical alerts",
"format": "string",
"isSecret": true,
"name": "ALERT_WEBHOOK_URL"
},
{
"description": "Expose Prometheus metrics",
"format": "string",
"name": "METRICS_ENABLED"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment