Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ”’ Security
  3. Aikido Mcp
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:47:27 PM

Aikido Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "aikido-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "aikido-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ”’ More in Security

Documentation Overview

Aikido - Security analysis platform for Aiken smart contracts on Cardano

License Rust Tests Detectors Crashes Audit Coverage


Security analysis platform for Aiken smart contracts on Cardano.

Aikido goes beyond static analysis. It combines a 75-detector suite with SMT verification, transaction simulation, compliance analysis, protocol pattern detection, and grammar-aware fuzzing to find vulnerabilities in Aiken smart contracts before they reach mainnet. Multi-lane analysis cross-correlates evidence across techniques, producing findings with source context, severity ratings, CWE/CWC classifications, and actionable remediation guidance.

Built in Rust. Fast. Zero configuration required.


Why Aikido

Cardano smart contracts are immutable once deployed. A vulnerability in production means lost funds with no recourse. Manual audits are expensive, slow, and bottlenecked. Aikido catches the classes of bugs that auditors find most often - double satisfaction, missing signature checks, unbounded iteration, unsafe datum handling - automatically, in seconds.

  • The only security tool for Aiken - no alternatives exist in the ecosystem
  • 75 detectors with CWC (Cardano Weakness Classification) and CWE mappings
  • Multi-lane analysis - static detectors, compliance, SMT verification, transaction simulation, protocol detection, fuzzing
  • Validated against professional audit - 85% coverage on TxPipe's Strike Finance audit findings (full comparison)
  • Evidence framework - findings corroborated across multiple analysis techniques (PatternMatch -> SmtProven -> SimulationConfirmed)
  • 9 output formats - terminal, JSON, SARIF, Markdown, HTML, PDF, CSV, GitLab SAST, reviewdog
  • Ecosystem proven - 10+ real-world projects including SundaeSwap, Anastasia Labs, Strike Finance, and Seedelf (0 crashes)

Quick Start

Install

bash
# Homebrew (macOS/Linux)
brew install Bajuzjefe/tap/aikido

# Cargo (Rust >= 1.88.0)
cargo install --git https://github.com/Bajuzjefe/Aikido-Security-Analysis-Platform aikido-cli

# npm (wrapper)
npx aikido-aiken /path/to/project

# Docker
docker run --rm -v $(pwd):/project ghcr.io/bajuzjefe/aikido:0.3.1 /project

# From source
git clone https://github.com/Bajuzjefe/Aikido-Security-Analysis-Platform.git
cd aikido && cargo build --release

Run

bash
aikido /path/to/your-aiken-project

Example Output

Code
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  AIKIDO v0.3.1  Static Analysis Report
  Project: test/simple-treasury v0.1.0
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

  [CRITICAL] (definite) double-satisfaction - Handler treasury.spend iterates
    outputs without own OutputReference - validators/treasury.ak:23

    Spend handler accesses tx.outputs but never uses __own_ref to identify
    its own input. An attacker can satisfy multiple script inputs with a
    single output, draining funds.

        22 | validator treasury {
    >   23 |   spend(
    >   24 |     datum: Option<TreasuryDatum>,
    >   25 |     redeemer: TreasuryRedeemer,

    Suggestion: Use the OutputReference parameter to correlate outputs
    to this specific input.

  ...

  1 critical, 5 high, 7 medium, 0 low, 0 info
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Analysis Architecture

Aikido uses a multi-lane approach where independent analysis techniques cross-validate each other:

mermaid
graph TB
    subgraph Input
        A[Aiken Project] --> B[Typed AST]
    end

    subgraph Analysis Lanes
        B --> C[Detector Suite<br/>75 detectors]
        B --> D[Compliance<br/>Securify2-style]
        B --> E[SMT Verification<br/>Cardano axioms]
        B --> F[Tx Simulation<br/>exploit generation]
        B --> G[Protocol Detection<br/>DeFi classification]
        B --> H[Fuzz Lane<br/>grammar-aware]
    end

    subgraph Evidence Correlation
        C --> I[Evidence Framework]
        D --> I
        E --> I
        F --> I
        G --> I
        H --> I
    end

    I --> J[PatternMatch]
    J --> K[PathVerified]
    K --> L[SmtProven]
    L --> M[SimulationConfirmed]
    M --> N[Corroborated]

    N --> O[Report<br/>9 output formats]

    style C fill:#2EFFB5,color:#0a0a0a
    style D fill:#2EFFB5,color:#0a0a0a
    style E fill:#2EFFB5,color:#0a0a0a
    style F fill:#2EFFB5,color:#0a0a0a
    style G fill:#2EFFB5,color:#0a0a0a
    style H fill:#2EFFB5,color:#0a0a0a
    style I fill:#111111,color:#e0e0e0
    style O fill:#111111,color:#e0e0e0

Lane Details

LaneWhat it does
Detector SuiteCross-module interprocedural analysis, taint tracking, symbolic execution, delegation-aware suppression, transitive signal merging, datum continuity tracking
ComplianceSecurify2-style dual-pattern system: every security property has compliance (safe) and violation (unsafe) patterns. 10 security property variants
SMT VerificationSolver-independent interface with Cardano domain axioms (value conservation, signature semantics, minting policy). Constraint solving for reachability
Tx SimulationScriptContext builder generates concrete exploit scenarios. Tests 6 detector categories against simulated transactions
Protocol DetectionAutomatic DeFi protocol classification (DEX, Lending, Staking, DAO, NFT, Options, Escrow). Token flow and authority analysis
Fuzz LaneGrammar-aware Cardano transaction generation, Echidna-style stateful protocol fuzzing, deterministic PRNG

Supporting modules: CWC Registry (30 entries mapping all 75 detectors), Scorecard (Experimental -> Beta -> Stable promotion with quality gates), SSA IR (phi nodes, dominators, use-def chains).


Real-World Validation

Strike Finance Audit Comparison

Aikido was benchmarked against TxPipe's professional audit of Strike Finance (perpetuals + forwards contracts):

MetricResult
TxPipe security findings analyzed24
Full match (true positive)12
Partial match5
Correctly not flagged (code fixed)4
False negatives3
Aikido unique findings26
Coverage (unfixed findings)85%

Full methodology and per-finding breakdown: AUDIT_COMPARISON.md

Ecosystem Validation

Validated against 10+ real-world Aiken smart contract projects with zero crashes:

ProjectFindingsSeverity Distribution
SundaeSwap DEX471 critical, 13 high, 24 medium, 3 low, 6 info
Anastasia Design Patterns243 critical, 10 high, 8 medium, 2 low, 1 info
Anastasia Multisig62 critical, 4 medium
Seedelf Wallet41 high, 2 medium, 1 low
Strike Finance (4 repos)755 critical, 18 high, 40 medium, 8 low, 4 info
Acca2020 medium
Total17681% estimated true positive rate

Detectors

75 detectors mapped to CWE identifiers.

Critical (5)
DetectorCWEDescription
double-satisfactionCWE-362Spend handler iterates outputs without referencing own input
missing-minting-policy-checkCWE-862Mint handler doesn't validate which token names are minted
missing-utxo-authenticationCWE-345Reference inputs used without authentication
unrestricted-mintingCWE-862Minting policy with no authorization check at all
output-address-not-validatedCWE-20Outputs sent to unchecked addresses
High (19)
DetectorCWEDescription
missing-redeemer-validationCWE-20Catch-all redeemer pattern trivially returns True
missing-signature-checkCWE-862Authority datum fields with no extra_signatories check
unsafe-datum-deconstructionCWE-252Option datum not safely deconstructed with expect Some
missing-datum-in-script-outputCWE-404Script output without datum attachment (funds locked forever)
arbitrary-datum-in-outputCWE-20Outputs produced without validating datum correctness
division-by-zero-riskCWE-369Division with attacker-controlled denominator
token-name-not-validatedCWE-20Mint policy checks auth but not token names
value-not-preservedCWE-682Spend handler doesn't verify output value >= input value
unsafe-match-comparisonCWE-697Value compared with match instead of structural equality
integer-underflow-riskCWE-191Subtraction on redeemer-controlled values
quantity-of-double-countingCWE-682Token quantity checked without isolating input vs output
state-transition-integrityCWE-20Redeemer actions without datum transition validation
withdraw-zero-trickCWE-863Withdraw handler exploitable with zero-value withdrawal
other-token-mintingCWE-862Mint policy allows minting tokens beyond intended scope
unsafe-redeemer-arithmeticCWE-682Arithmetic on redeemer-tainted values without bounds
value-preservation-gapCWE-682Lovelace checked but native assets not preserved
uncoordinated-multi-validatorCWE-362Multi-handler validator without cross-handler coordination
missing-burn-verificationCWE-862Token burning without proper verification
oracle-manipulation-riskCWE-20Oracle data used without manipulation safeguards
Medium (24)
DetectorCWEDescription
missing-validity-rangeCWE-613Time-sensitive datum without validity_range check
insufficient-staking-controlCWE-863Outputs don't constrain staking credential
unbounded-datum-sizeCWE-400Datum fields with unbounded types (List, ByteArray)
unbounded-value-sizeCWE-400Outputs don't constrain native asset count
unbounded-list-iterationCWE-400Direct iteration over raw transaction list fields
oracle-freshness-not-checkedCWE-613Oracle data used without recency verification
non-exhaustive-redeemerCWE-478Redeemer match doesn't cover all constructors
hardcoded-addressesCWE-798ByteArray literals matching Cardano address lengths
utxo-contention-riskCWE-400Single global UTXO contention pattern
cheap-spam-vulnerabilityCWE-770Validator vulnerable to cheap UTXO spam
unsafe-partial-patternCWE-252Expect pattern on non-Option type that may fail at runtime
unconstrained-recursionCWE-674Self-recursive handler without clear termination
empty-handler-bodyCWE-561Handler with no meaningful logic
unsafe-list-headCWE-129list.head() / list.at() without length guard
missing-datum-field-validationCWE-20Spend handler accepts datum fields but never validates them
missing-token-burnCWE-862Minting policy with no burn handling
missing-state-updateCWE-665State machine without datum update
rounding-error-riskCWE-682Integer division on financial values
missing-input-credential-checkCWE-862Input iteration without credential check
duplicate-asset-name-riskCWE-694Minting without unique asset name enforcement
fee-calculation-uncheckedCWE-682Fee or protocol payment without validation
datum-tampering-riskCWE-20Datum passed through without field-level validation
missing-protocol-tokenCWE-862State transition without protocol token verification
unbounded-protocol-operationsCWE-400Both input and output lists iterated without bounds
Low / Info (12)
DetectorSeverityDescription
reference-script-injectionLowOutputs don't constrain reference_script field
unused-validator-parameterLowValidator parameter never referenced
fail-only-redeemer-branchLowRedeemer branch that always fails
missing-min-ada-checkInfoScript output without minimum ADA check
dead-code-pathLowUnreachable code paths
redundant-checkLowTrivially true conditions
shadowed-variableInfoHandler parameter shadowed by pattern binding
magic-numbersInfoUnexplained numeric literals
excessive-validator-paramsInfoToo many validator parameters
unused-importInfoImported module with no function calls

Each detector has detailed documentation with vulnerable examples, safe examples, and remediation guidance. Use aikido --explain <detector-name> or see docs/detectors/.


Output Formats

9 formats for different workflows:

bash
aikido /path/to/project                        # Colored terminal output (default)
aikido /path/to/project --format json          # JSON (machine-readable)
aikido /path/to/project --format sarif         # SARIF v2.1.0 (GitHub Code Scanning)
aikido /path/to/project --format markdown      # Markdown report
aikido /path/to/project --format html          # Standalone HTML report
aikido /path/to/project --format pdf           # PDF audit report
aikido /path/to/project --format csv           # CSV export
aikido /path/to/project --format gitlab-sast   # GitLab SAST
aikido /path/to/project --format rdjson        # reviewdog

Configuration

.aikido.toml

toml
# Use a preset as a starting point
extends = "strict"      # or "lenient" for fewer warnings

[detectors]
disable = ["magic-numbers", "unused-import"]

[detectors.severity_override]
unbounded-datum-size = "low"

# Per-file overrides
[[files]]
pattern = "tests/**"
disable = ["hardcoded-addresses", "magic-numbers"]

Inline Suppression

rust
// aikido:ignore[double-satisfaction] -- false positive: own_ref checked in helper
spend(datum, redeemer, own_ref, tx) {
  ...
}

Baseline Support

bash
aikido /path --accept-baseline    # Save current findings as baseline
aikido /path                      # Only new findings reported

CI/CD Integration

GitHub Actions

yaml
name: Security
on: [push, pull_request]
jobs:
  aikido:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Install Aikido
        run: cargo install --git https://github.com/Bajuzjefe/Aikido-Security-Analysis-Platform aikido-cli
      - name: Run analysis
        run: aikido . --format sarif --fail-on high > results.sarif
      - name: Upload SARIF
        if: always()
        uses: github/codeql-action/upload-sarif@v3
        with:
          sarif_file: results.sarif

Docker

Terminal
docker run --rm -v $(pwd):/project ghcr.io/bajuzjefe/aikido:0.3.1 /project --format json

CLI Reference

bash
aikido /path                        # Analyze project
aikido /path --fail-on high         # Exit non-zero for high+ findings
aikido /path --min-severity medium  # Filter to medium+ only
aikido /path --verbose              # Include UPLC metrics and budget
aikido /path --list-rules           # Show all detectors
aikido /path --explain <rule>       # Detailed explanation with examples
aikido /path --diff main            # Only report findings in changed files
aikido /path --watch                # Re-run on file changes
aikido /path -q                     # Quiet mode
aikido /path --config my.toml       # Use specific config file
aikido /path --accept-baseline      # Save current findings as baseline
aikido /path --lsp                  # LSP JSON-RPC diagnostics
aikido /path --interactive          # Terminal navigator for findings
aikido /path --fix                  # Insert suppression comments
aikido /path --generate-config      # Generate .aikido.toml from findings
aikido /path --strict-stdlib        # Reject stdlib v1.x (default: warn)
aikido --git <url>                  # Clone and analyze remote repo
aikido --benchmark-manifest benchmarks/local-fixtures.toml --format json
aikido --benchmark-manifest benchmarks/local-fixtures.toml --benchmark-enforce-gates

Architecture

Code
aikido/
β”œβ”€β”€ crates/
β”‚   β”œβ”€β”€ aikido-core/           # Library: analysis engine
β”‚   β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”‚   β”œβ”€β”€ project.rs            # Aiken project loading & compilation
β”‚   β”‚   β”‚   β”œβ”€β”€ ast_walker.rs         # Typed AST traversal -> ModuleInfo
β”‚   β”‚   β”‚   β”œβ”€β”€ body_analysis.rs      # Handler body signal extraction + taint tracking
β”‚   β”‚   β”‚   β”œβ”€β”€ call_graph.rs         # Function dependency graph
β”‚   β”‚   β”‚   β”œβ”€β”€ cross_module.rs       # Cross-module interprocedural analysis
β”‚   β”‚   β”‚   β”œβ”€β”€ symbolic.rs           # Symbolic execution & constraints
β”‚   β”‚   β”‚   β”œβ”€β”€ delegation.rs         # Delegation-aware suppression
β”‚   β”‚   β”‚   β”œβ”€β”€ evidence.rs           # 5-level evidence framework
β”‚   β”‚   β”‚   β”œβ”€β”€ cwc.rs               # Cardano Weakness Classification registry
β”‚   β”‚   β”‚   β”œβ”€β”€ scorecard.rs          # Detector quality tracking & promotion
β”‚   β”‚   β”‚   β”œβ”€β”€ ssa.rs               # SSA IR with phi nodes & use-def chains
β”‚   β”‚   β”‚   β”œβ”€β”€ compliance.rs         # Securify2-style compliance analysis
β”‚   β”‚   β”‚   β”œβ”€β”€ smt.rs               # SMT verification with Cardano axioms
β”‚   β”‚   β”‚   β”œβ”€β”€ path_analysis.rs      # Path-sensitive analysis & CFG
β”‚   β”‚   β”‚   β”œβ”€β”€ invariant_spec.rs     # .aikido-invariants.toml DSL
β”‚   β”‚   β”‚   β”œβ”€β”€ protocol_patterns.rs  # DeFi protocol detection & classification
β”‚   β”‚   β”‚   β”œβ”€β”€ tx_simulation.rs      # ScriptContext builder & exploit generation
β”‚   β”‚   β”‚   β”œβ”€β”€ fuzz_lane.rs          # Grammar-aware tx fuzzing
β”‚   β”‚   β”‚   β”œβ”€β”€ config.rs             # .aikido.toml configuration
β”‚   β”‚   β”‚   β”œβ”€β”€ suppression.rs        # Inline suppression comments
β”‚   β”‚   β”‚   β”œβ”€β”€ baseline.rs           # Baseline file support
β”‚   β”‚   β”‚   β”œβ”€β”€ uplc_analysis.rs      # UPLC bytecode analysis & budgets
β”‚   β”‚   β”‚   └── detector/             # 75 detector implementations
β”‚   β”‚   └── tests/                    # 1186+ tests
β”‚   └── aikido-cli/            # Binary: clap-based CLI
β”œβ”€β”€ fixtures/                  # Test contracts (7 fixtures)
β”œβ”€β”€ audits/                    # Audit comparison artifacts
β”œβ”€β”€ docs/detectors/            # Per-detector documentation
β”œβ”€β”€ .github/workflows/         # CI, cross-platform, release, fuzz
β”œβ”€β”€ homebrew/                  # Homebrew formula
β”œβ”€β”€ npm/                       # npm wrapper package
β”œβ”€β”€ vscode-extension/          # VS Code extension
β”œβ”€β”€ fuzz/                      # cargo-fuzz targets
└── Dockerfile                 # Multi-stage build

Building from Source

bash
git clone https://github.com/Bajuzjefe/Aikido-Security-Analysis-Platform.git
cd aikido
cargo build --release          # Binary at target/release/aikido
cargo test                     # Run test suite (1186+ tests)
cargo clippy --all-targets     # Lint (zero warnings)

Requires Rust >= 1.88.0.


Vulnerability Coverage

Detectors are derived from real vulnerabilities found in published Cardano smart contract audits:

SourceFindings Covered
MLabs audit reportsDouble satisfaction, missing minting policy, arbitrary datum, unbounded size
Vacuumlabs audit reportsUnbounded value size, token dust attacks
PlutonomiconUnrestricted minting, double satisfaction patterns
Anastasia Labs audit reportsStaking credential theft, datum handling
TxPipe audit reportsOracle manipulation, state transition integrity, value preservation
CWE Database75 detectors mapped to specific CWE identifiers

License

MIT

Related MCP Servers

View all in Security View all alternatives
  • C
    CrowdStrike Falcon MCP Server

    Connects AI agents with CrowdStrike Falcon for security analysis and automation.

    πŸ”’ Security0 views
    Compare vs CrowdStrike Falcon MCP Server β†’
  • Mcp Maigret logoMcp Maigret

    MCP server for maigret, a powerful OSINT tool that collects user account information from various public sources. This server provides tools for searching usernames across social networks and analyzing URLs.

    πŸ”’ Security3 views
    Compare vs Mcp Maigret β†’
  • B
    ByteRay AI

    AI-augmented binary vulnerability analysis with 38 MCP tools for taint tracing and zero-day hunting

    πŸ”’ Security0 views
    Compare vs ByteRay AI β†’
  • Emilia Protocol logoEmilia Protocol

    Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: npx -y @emilia-protocol/mcp-server.

    πŸ”’ Security1 views
    Compare vs Emilia Protocol β†’

Frequently Asked Questions about Aikido Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "aikido-mcp": { "command": "npx", "args": ["-y", "aikido-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAikido Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/aikido-mcp?style=directory)](https://allmcps.com/mcp/aikido-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/aikido-mcp"><img src="https://allmcps.com/api/badge/aikido-mcp?style=directory" alt="Aikido Mcp on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”’Security
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/5 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ”’ Security β†’Best MCP servers for Security β†’Alternatives to Aikido Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code