Skip to content
Gemini CLI

AIStorageDepot for Gemini CLI

io.github.aistoragedepot-admin/aistoragedepot-mcp

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

client:Gemini CLI transport:stdio runtime:npm

Install AIStorageDepot in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

AIStorageDepot in other clients