OpenCode MCP
Installation
1
2
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aikido": {
"type": "local",
"command": ["npx", "-y", "@aikidosec/mcp"],
"enabled": true,
"environment": {
"AIKIDO_API_KEY": "YOUR_TOKEN",
},
},
},
}3
mkdir -p ~/.config/opencode/skills/aikido/curl -fsSL "https://gist.githubusercontent.com/kidk/1d2c1e754d5a5ddd05c9966d2507ae42/raw/ea8183c0ae1af5ec9bcb8b93275145adbe936c20/aikido-skill.txt" \
-o ~/.config/opencode/skills/aikido/SKILL.md4
Last updated
Was this helpful?