Skip to content
VS Code

AIStorageDepot for VS Code

io.github.aistoragedepot-admin/aistoragedepot-mcp

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

client:VS Code transport:stdio runtime:npm

Install AIStorageDepot in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AIStorageDepot in other clients