Skip to content
Grok

ai supply for Grok

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

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

client:Grok transport:stdio runtime:npm

Install ai supply in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ai supply in other clients