MCP Server
MCP
io.github.mastyf-ai/mastyf.ai
Runtime proxy for MCP security, cost governance & audit
Install
npx -y @mastyf_ai/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@mastyf_ai/server",
"version": "4.1.12",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to SQLite history database",
"format": "string",
"default": "~/.mastyf-ai/history.db",
"name": "MASTYF_AI_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