
CacheBash MCP
- rezzedai/cachebash
CacheBash MCP is an MCP server that lets AI sessions exchange messages, tasks, session data, and alerts over authenticated streamable HTTP.
About
CacheBash MCP is a hosted Model Context Protocol server that turns separate AI sessions into a coordinated workspace through messaging, tasks, session records, and alerts. developers running Claude Code in one window and Cursor in another—or kicking off long jobs while continuing design chat—can register the streamable-http endpoint instead of copying transcripts manually. Authentication uses a Bearer API key on every request, which keeps multi-session traffic on CacheBash’s cloud rather than your laptop. Treat it as session bus infrastructure, not a replacement for git or issue trackers.
- Remote streamable-http MCP on Google Cloud Run
- Bearer API key required via Authorization header
- Cross-session messaging so agents can hand off context
- Tasks and session management plus alert hooks
- Version 2.0.0 hosted service—no local server process to run
CacheBash MCP by the numbers
- Data as of Aug 10, 2026 (Skillselion catalog sync)
claude mcp add --transport http cachebash https://cachebash-mcp-922749444863.us-central1.run.app/v1/mcp --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Repository | rezzedai/cachebash ↗ |
What it does
Coordinate multiple AI coding sessions with shared messaging, tasks, session state, and alerts through one MCP endpoint.
Who is it for?
Best when you're juggling multiple MCP-enabled clients and want a lightweight coordination layer without building custom webhooks.
Skip if: Single-threaded workflows, air-gapped environments, or teams unwilling to store session metadata on a third-party hosted API.
What you get
Sessions message each other, track tasks, and surface alerts so one agent can continue where another left off.
- Cross-session messages visible to connected agents
- Shared task and session records across MCP clients
- Alert signals when sessions need attention or handoff
By the numbers
- Remote streamable-http MCP version 2.0.0
- Hosted at cachebash-mcp-922749444863.us-central1.run.app/v1/mcp
- Required Bearer Authorization API key
Recommended MCP Servers
How it compares
Multi-session agent coordination MCP, not a code indexer or git integration.
FAQ
Who is CacheBash MCP MCP for?
Developers and power users running more than one AI agent session who need messaging, tasks, and alerts in one place.
When should I use CacheBash MCP MCP?
Use it during active Build work when you split frontend, backend, and research across sessions that should stay in sync.
How do I add CacheBash MCP MCP to my agent?
Configure the remote streamable-http URL https://cachebash-mcp-922749444863.us-central1.run.app/v1/mcp with Authorization: Bearer YOUR_API_KEY in your MCP client headers.