Skip to content
Cursor

fidacy mcp for Cursor

io.github.lucaslubi/fidacy-mcp

AI Agent Firewall. Enforce signed authority before consequential actions. Free API key required.

client:Cursor transport:stdio runtime:npm

Install fidacy mcp 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": {
    "fidacy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fidacy/mcp"
      ],
      "env": {
        "FIDACY_ENGINE_API_KEY": "<FIDACY_ENGINE_API_KEY>",
        "FIDACY_MODE": "<FIDACY_MODE>"
      }
    }
  }
}

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

fidacy mcp in other clients