Skip to content
VS Code

aikido mcp for VS Code

io.github.bajuzjefe/aikido-mcp

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

client:VS Code transport:stdio runtime:npm

Install aikido mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "aikido-binary",
      "description": "AIKIDO_BINARY",
      "password": true
    }
  ],
  "servers": {
    "aikido-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "aikido-mcp"
      ],
      "env": {
        "AIKIDO_BINARY": "${input:aikido-binary}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

aikido mcp in other clients