Alternative Token Authentication
Last updated
Was this helpful?
Was this helpful?
{
"mcpServers": {
"aikido": {
"command": "npx",
"args": ["-y", "@aikidosec/mcp@latest"],
"env": {
"AIKIDO_API_KEY": "your-token-here"
}
}
}
}codex mcp add aikido \
--env AIKIDO_API_KEY=your-token-here \
-- npx -y @aikidosec/mcp@latestgemini mcp add aikido \
--env AIKIDO_API_KEY=your-token-here \
npx -y @aikidosec/mcp@latest{
"mcpServers": {
"aikido": {
"command": "npx -y @aikidosec/mcp@latest",
"args": [],
"environment": {
"AIKIDO_API_KEY": "your-token-here"
}
}
}
}{
"servers": {
"aikido": {
"command": "npx",
"args": ["-y", "@aikidosec/mcp@latest"],
"env": {
"AIKIDO_API_KEY": "your-token-here"
}
}
}
}{
"mcpServers": {
"aikido": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@aikidosec/mcp@latest"],
"tools": ["aikido_full_scan", "aikido_sast_scan", "aikido_secrets_scan"],
"env": {
"AIKIDO_API_KEY": "COPILOT_MCP_AIKIDO_API_KEY"
}
}
}
}[[mcp_servers]]
name = "aikido"
transport = "stdio"
command = "sh"
args = ["-c", "AIKIDO_API_KEY='your-token-here' npx -y @aikidosec/mcp@latest"]{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"aikido": {
"type": "local",
"command": ["npx", "-y", "@aikidosec/mcp@latest"],
"enabled": true,
"environment": {
"AIKIDO_API_KEY": "your-token-here"
}
}
}
}