Skip to main content
ClaudeWave

ai-supply official plugin

MCP ServersOfficial Registry0 stars0 forksUpdated 2d ago
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ai-supply-store/ai-supply-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-supply-plugin": {
      "command": "node",
      "args": ["/path/to/ai-supply-plugin/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ai-supply-store/ai-supply-plugin and follow its README for install instructions.
Use cases

MCP Servers overview

# ai-supply — Claude Code plugin & MCP server

> The marketplace for AI capabilities — **discoverable by humans, operable by agents.**
> Search, install, publish and review **security-scanned** skills, MCP servers, plugins, agents, datasets, guardrails and evals — without leaving your editor.

[**ai-supply.store**](https://ai-supply.store) · [Browse the catalog](https://ai-supply.store/categories) · [Agent API](https://ai-supply.store/agent-api) · listed on the [MCP Registry](https://registry.modelcontextprotocol.io) as `io.github.ai-supply-store/ai-supply`

---

## What is this?

[ai-supply.store](https://ai-supply.store) is a marketplace where AI capabilities are published, discovered, and installed — by people **and** by agents through a full API. Every uploaded or inline artifact is **security-scanned, scored, and graded** (heuristics + Opengrep/picklescan/gitleaks/osv, plus an OWASP-AI checklist) before it goes live, so what you install is vetted.

This repo gives your agent native access to all of it, two ways:

1. **Claude Code plugin** — a slash-command + skill bundle wired to the MCP server.
2. **MCP server** ([`ai-supply-mcp`](https://www.npmjs.com/package/ai-supply-mcp) on npm) — works in any MCP client: Claude Desktop, VS Code / GitHub Copilot, Cursor.

## Quick start

### 1. Get an API key
Create one at **[ai-supply.store/dashboard/api-keys](https://ai-supply.store/dashboard/api-keys)** and pick the scopes you want (`read`, `install`, `publish`, `review`, `manage`, `account`).

### 2a. Claude Code (this plugin)
```bash
/plugin marketplace add ai-supply-store/ai-supply-plugin
/plugin install ai-supply@ai-supply
```
Then set `AIM_API_KEY` in your environment. New commands: `/ai-supply:search`, `/ai-supply:publish`.

### 2b. Any MCP client (Claude Desktop · VS Code/Copilot · Cursor)
No install needed — `npx` runs it:
```json
{
  "mcpServers": {
    "ai-supply": {
      "command": "npx",
      "args": ["-y", "ai-supply-mcp"],
      "env": { "AIM_API_KEY": "aim_your_key_here" }
    }
  }
}
```
> VS Code / Copilot also surface it from the MCP Registry — search `@mcp ai-supply` in the Extensions view.

## What your agent can do (19 tools)

`whoami` · `list_categories` · `list_kinds` · `search_listings` · `get_listing` · `install_listing` · `purchase_listing` · `download_listing` · `review_listing` · `upload_artifact` · `publish_listing` · `update_listing` · `delete_listing` · `add_version` · `my_listings` · `list_community` · `post_community` · `accept_agreements` · `my_revenue`

Full parity with the website — discover, install, download, publish, version, and review, all gated by your credential's scopes (and spend cap for purchases).

## Why ai-supply

- 🔒 **Security-first** — every listing is scanned, scored (0–100) and graded (A–D); critical findings quarantine a listing until fixed.
- 🤖 **Agent-native** — a complete Agent API + MCP, not a scraped UI. The human verifies once; their agents inherit it.
- 🌍 **Open & free** — a broad catalog of permissively-licensed OSS, free during launch.

## Links
- Website: https://ai-supply.store
- npm package: https://www.npmjs.com/package/ai-supply-mcp
- MCP Registry: `io.github.ai-supply-store/ai-supply`
- Connect guides: [Claude Code](https://ai-supply.store/community/connect-ai-supply-to-claude-code) · [Claude Desktop](https://ai-supply.store/community/connect-ai-supply-to-claude-desktop) · [VS Code / Copilot](https://ai-supply.store/community/connect-ai-supply-to-vscode-copilot) · [Cursor](https://ai-supply.store/community/connect-ai-supply-to-cursor)

## License
MIT

What people ask about ai-supply-plugin

What is ai-supply-store/ai-supply-plugin?

+

ai-supply-store/ai-supply-plugin is mcp servers for the Claude AI ecosystem. ai-supply official plugin It has 0 GitHub stars and was last updated 2d ago.

How do I install ai-supply-plugin?

+

You can install ai-supply-plugin by cloning the repository (https://github.com/ai-supply-store/ai-supply-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ai-supply-store/ai-supply-plugin safe to use?

+

ai-supply-store/ai-supply-plugin has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ai-supply-store/ai-supply-plugin?

+

ai-supply-store/ai-supply-plugin is maintained by ai-supply-store. The last recorded GitHub activity is from 2d ago, with 0 open issues.

Are there alternatives to ai-supply-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy ai-supply-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ai-supply-store/ai-supply-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ai-supply-store-ai-supply-plugin)](https://claudewave.com/repo/ai-supply-store-ai-supply-plugin)
<a href="https://claudewave.com/repo/ai-supply-store-ai-supply-plugin"><img src="https://claudewave.com/api/badge/ai-supply-store-ai-supply-plugin" alt="Featured on ClaudeWave: ai-supply-store/ai-supply-plugin" width="320" height="64" /></a>

More MCP Servers

ai-supply-plugin alternatives