← Back to Plugins
MCP Server MCP

io.github.mastyf-ai/mastyf.ai

github By github 👁 1 views ▲ 0 votes

Runtime proxy for MCP security, cost governance & audit

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...