context cloud for Claude Desktop
io.github.abhinavala/context-cloud
Persistent AI memory with shared team workspaces, typed knowledge chunks, and cross-tool support.
client:Claude Desktop
transport:sse
runtime:npm
Install context cloud in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-cloud": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.contextcloud.pro/mcp/protocol"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs