Github Copilot
The Aikido MCP Server connects Aikido’s security engine to AI coding tools that support MCP. It automatically scans 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 connect Aikido via MCP
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 your IDE or agent environment, making AI driven development safer by default
Available Tools
aikido_full_scan: Runs a combined SAST + Secrets scan on provided files.aikido_sast_scan: Runs a local SAST (static application security testing) scan on provided filesaikido_secrets_scan: Runs a secrets-only scan on provided files
Installation
IDE
The Aikido VSCode IDE plugin uses Expansion Packs to provide additional features. The Aikido MCP for Github Copilot is one of these Expansion Packs, making installation simple and fast without a separate setup process. See the linked page below for instructions on how to enable it.
VS Code IDEIntegration with Copilot Agents
GitHub Copilot coding agent can call tools from MCP servers while it runs. Follow the steps below to set up Aikido MCP for your repository. Configuration is done per repository.
If you already use Aikido MCP in VS Code, you can reuse that configuration and only add the token in your repository settings.
Set-up Instructions
For the full GitHub flow (where to paste JSON, how validation works, and how Copilot environments expose secrets), check out GitHub’s guide.
Create an Aikido MCP token
In Aikido, go to MCP Integration page and create a Personal Access Token.
Add custom prompt instructions
To ensure GitHub Copilot uses the MCP server, configure repository instructions as described in the GitHub guide.
Add an instruction such as:
Validate
You can now verify your configuration by asking Copilot to security scan one of your files.
Last updated
Was this helpful?