Skip to content
Cursor

ai supply for Cursor

io.github.ai-supply-store/ai-supply

Search, install, publish & review security-scanned AI capabilities from ai-supply.store.

client:Cursor transport:stdio runtime:npm

Install ai supply in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ai-supply": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ai-supply-mcp"
      ],
      "env": {
        "AIM_API_KEY": "<AIM_API_KEY>",
        "AIM_BASE_URL": "<AIM_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ai supply in other clients