Skip to content
Grok

AIStorageDepot for Grok

io.github.aistoragedepot-admin/aistoragedepot-mcp

Prompt, rules, skills & docs library over MCP. No token = read-only sample of the public library.

client:Grok transport:stdio runtime:npm

Install AIStorageDepot in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aistoragedepot-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aistoragedepot/mcp"
      ]
    }
  }
}

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

AIStorageDepot in other clients