Skip to content

AIStorageDepot for Zed

io.github.aistoragedepot-admin/aistoragedepot-mcp

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

client:Zed transport:stdio runtime:npm

Install AIStorageDepot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

AIStorageDepot in other clients