The AIStorageDepot MCP server plugs your prompts, rules, docs, and skills straight into your AI apps — your prompts show up as slash-commands, and your rules and docs become resources the agent can read on demand. It’s two steps.
In AIStorageDepot, open Settings → API tokens → New token — free accounts get 25 pulls a month to try it; Plus and company plans are unlimited. Copy the token — you paste it into the config below in place of PASTE_YOUR_TOKEN.
Pick your app for the exact steps:
Anthropic's desktop app.
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json{
"mcpServers": {
"aistoragedepot": {
"command": "npx",
"args": ["-y", "@aistoragedepot/mcp"],
"env": { "AISD_TOKEN": "PASTE_YOUR_TOKEN" }
}
}
}Once connected, just ask the agent to use your prompts or read your rules and docs — that works in every client. Revoke a token any time in Settings → API tokens — the connection stops working immediately.