Aikido MCP

Security analysis platform for Aiken smart contracts on Cardano. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-02-26 · ★ 2 · #129 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · Rust servers · how we verify → /methodology

01 · Install Aikido MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add bajuzjefe-aikido-security-analysis-platf -- npx -y aikido-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package aikido-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.Bajuzjefe is GitHub-verified and matches the repo owner

03 · What Aikido MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.1 · 2026-02-25

v0.3.0 · 2026-02-25

04 · Who maintains Aikido MCP

aikido-mcp is maintained by bajuzjefe. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
security - ranked #129 of 182 actively-maintained security servers as of 2026-08-25.
registry
io.github.Bajuzjefe/aikido-mcp (active, first published 2026-02-26)
packages
npm:aikido-mcp

06 · Aikido MCP FAQ

What is Aikido MCP?

Security analysis platform for Aiken smart contracts on Cardano. It runs locally over stdio via the published package.

Is Aikido MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-26. We re-verify nightly.

How do I install Aikido MCP?

Run `npx -y aikido-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Aikido MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Aikido MCP