Skip to content
Cursor

mastyf.ai for Cursor

io.github.mastyf-ai/mastyf.ai

Runtime proxy for MCP security, cost governance & audit

client:Cursor transport:stdio runtime:npm

Install mastyf.ai in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mastyf.ai": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mastyf_ai/server"
      ],
      "env": {
        "MASTYF_AI_DB_PATH": "<MASTYF_AI_DB_PATH>",
        "ALERT_WEBHOOK_URL": "<ALERT_WEBHOOK_URL>",
        "METRICS_ENABLED": "<METRICS_ENABLED>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mastyf.ai in other clients