HomeSecurity › mastyf.ai

mastyf.ai

Runtime proxy for MCP security, cost governance & audit

TypeScript Local macOSWindowsLinux
★ 19 stars Last pushed 2026-09-18 License: AGPL-3.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 4.1.12)

npx -y @mastyf_ai/server@4.1.12

Or add to your MCP client config:

{
  "mcpServers": {
    "mastyf-ai": {
      "command": "npx",
      "args": [
        "-y",
        "@mastyf_ai/server@4.1.12"
      ],
      "env": {
        "MASTYF_AI_DB_PATH": "<YOUR_VALUE>",
        "ALERT_WEBHOOK_URL": "<YOUR_VALUE>",
        "METRICS_ENABLED": "<YOUR_VALUE>"
      }
    }
  }
}
  • MASTYF_AI_DB_PATH — Path to SQLite history database
  • ALERT_WEBHOOK_URL secret — Slack or Discord webhook for critical alerts
  • METRICS_ENABLED — Expose Prometheus metrics

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry