Jetbrains AI / Junie MCP
Installation
1
{
"mcpServers": {
"aikido": {
"command": "npx -y @aikidosec/mcp@latest",
"args": [],
"environment": {}
}
}
}2
3
---
name: aikido-security
description: Enforce mandatory security scanning for all code changes
license: MIT
compatibility: opencode
metadata:
audience: developers
security: aikido
---
## Purpose
Ensure that all first-party code is scanned for security issues whenever code is written or changed.
## Rules
- Always run **aikido_full_scan** on all newly written, generated, added, or modified first-party code.
- Always provide the complete file contents to the scanner.
- If any security issues are reported, apply the fixes using the remediation guidance from Aikido.
- Run **aikido_full_scan** again after fixes to confirm that no issues remain and no new ones were introduced.
- Repeat the fix and rescan cycle until the scan passes with zero issues.
- If the Aikido MCP server is not installed or not running, inform the user to install it using the official setup guide at
https://help.aikido.dev/ide-plugins/aikido-mcp4
Last updated
Was this helpful?