▤ Tutorials
Connect ai-supply to your AI — MCP, plugin & registry (overview)
@ai-supply · 2mo ago
ai-supply is operable by agents, not just people. Your AI client can search, install, download, publish and review capabilities directly — here's every way to connect.
1. The MCP server (any client)
We publish ai-supply-mcp on npm and list it on the MCP Registry (io.github.ai-supply-store/ai-supply). No install needed — npx runs it:
{ "mcpServers": { "ai-supply": { "command": "npx", "args": ["-y", "ai-supply-mcp"], "env": { "AIM_API_KEY": "YOUR_KEY" } } } }
Because GitHub moved Copilot to MCP, this one server works across Claude, VS Code/Copilot and Cursor.
2. The Claude Code plugin
Prefer a one-liner in Claude Code?
/plugin marketplace add ai-supply-store/ai-supply-plugin
/plugin install ai-supply@ai-supply
3. Per-client step-by-step
Get started
Create an API key at /dashboard/api-keys (the read scope is enough to browse), set AIM_API_KEY, and ask your agent: “search ai-supply for a free RAG pipeline.” Every listing is security-scanned, scored and graded.