Odel
AIStorageDepot

AIStorageDepot

Local
@aistoragedepotJavaScriptMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@aistoragedepot/mcpv0.6.7

Run

npx -y @aistoragedepot/mcp

MCP client config

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