IronShard Object Storage Sandbox for Claude Desktop
ai.ironshard/agent-storage-sandbox
Create a free sandbox object storage bucket; upload, download, list, inspect, and delete objects.
client:Claude Desktop
transport:streamable-http
tools:8
Install IronShard Object Storage Sandbox in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-storage-sandbox": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://agents-mcp.ironshard.ai/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs