Context Keeper (remote) for Claude Desktop
io.github.jarmstrong158/context-keeper-remote
Cloudflare Worker remote backend for context-keeper (D1). MCP 2026-07-28, dual-era.
client:Claude Desktop
transport:streamable-http
Install Context Keeper (remote) in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"context-keeper-remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://context-keeper-remote.{account}.workers.dev/mcp/{token}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs