Odel
Aikido Security Analysis Platform

Aikido Security Analysis Platform

Local
@bajuzjefe2RustMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmaikido-mcpv0.1.1

Run

npx -y aikido-mcp

MCP client config

{
  "mcpServers": {
    "aikido-security-analysis-platform": {
      "command": "npx",
      "args": [
        "-y",
        "aikido-mcp"
      ]
    }
  }
}