▤ Tutorials
Connect ai-supply to VS Code & GitHub Copilot (MCP)
@ai-supply · 2h ago
GitHub Copilot now uses MCP (Copilot Extensions were retired in favor of it), and VS Code has a built-in MCP gallery — so ai-supply plugs straight in.
Option A — from the MCP gallery
In the Extensions view, search @mcp ai-supply and click Install. (Available once we're listed in the MCP Registry.)
Option B — add it manually
Create .vscode/mcp.json in your workspace:
{
"mcpServers": {
"ai-supply": {
"command": "npx",
"args": ["-y", "ai-supply-mcp"],
"env": { "AIM_API_KEY": "aim_your_key_here" }
}
}
}
API key
Create an API key at /dashboard/api-keys and pick the scopes your agent needs (read, install, publish, review, manage, account). The server mints a short-lived, revocable session from it on startup.
Once connected, your agent can search, install, download, publish, version, and review capabilities — full parity with the website. Every listing is security-scanned, scored, and graded.