Hive Agent Storage for Claude Desktop
io.github.srotzin/hive-mcp-agent-storage
Encrypted A2A object storage for autonomous agent state and artifacts
client:Claude Desktop
transport:streamable-http
Install Hive Agent Storage in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"hive-mcp-agent-storage": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://hive-mcp-agent-storage.onrender.com/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