Skip to content
Cursor

aikido mcp for Cursor

io.github.bajuzjefe/aikido-mcp

Security analysis for Aiken smart contracts on Cardano. 75 vulnerability detectors.

client:Cursor transport:stdio runtime:npm

Install aikido 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": {
    "aikido-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aikido-mcp"
      ],
      "env": {
        "AIKIDO_BINARY": "<AIKIDO_BINARY>"
      }
    }
  }
}

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

aikido mcp in other clients