Skip to content
Claude Desktop

CacheBash for Claude Desktop

io.github.feelgreatfoodie/cachebash

Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts

client:Claude Desktop transport:streamable-http

Install CacheBash in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "cachebash": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://cachebash-mcp-922749444863.us-central1.run.app/v1/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

CacheBash in other clients