Gemini CLI MCP

The Aikido Claude Plugin connects Aikido’s security engine to AI coding tools. It automatically scanning AI generated code for vulnerabilities and hardcoded secrets as soon as it is created.

AI assistants can review their own output, but that review is not perfect. Aikido adds a reliable and consistent security layer that checks every generated snippet with proven scanning rules.

Why use the Aikido Claude Plugin

  • Deterministic, independent security checks on every AI generated snippet before it is committed

  • Immediate detection and remediation of vulnerabilities and hardcoded secrets in AI assisted workflows

  • Real time feedback inside Claude, making AI driven development safer by default

Installation

1

Create a personal access token

In Aikido, go to Settings → Integrations → IDE → MCParrow-up-right

Create a Personal Access Token.

2

Install the Aikido MCP server

gemini mcp add aikido \
  --env AIKIDO_API_KEY=YOUR_TOKEN \
  npx -y @aikidosec/mcp

Replace YOUR_TOKEN with the token from the previous step.

3

Add the Aikido rule to Global AGENTS file

Create the gemini directory if it doesn't exist yet.

mkdir -p ~/.gemini/skills/

Download the Aikido rule and add it to ~/.gemini/skills/aikido-rule.txt.

curl -fsSL "https://gist.githubusercontent.com/kidk/aa48cad6db80ba4a38493016aae67712/raw/3644397b7df43423e3da06434491b40bbb79dd47/aikido-rule.txt" \
  -o ~/.gemini/skills/aikido-rule.txt
4

Finished

Aikido MCP is now available in Gemini CLI.

circle-info

Restart Gemini CLI if it was open.

Last updated

Was this helpful?