@rezzed.ai/cachebash
v0.1.1
Published
CacheBash CLI — MCP agent coordination for AI workflows
Maintainers
Readme
cachebash
The coordination layer between your AI coding agents and your phone. Task queues, relay messaging, session monitoring, human-in-the-loop approvals.
Install
npx cachebash initOne command. Authenticates via browser. Injects the MCP server config into your Claude Code, Cursor, or VS Code setup. Done.
Commands
cachebash init
Connect your AI client to CacheBash:
npx cachebash init # Interactive browser auth
npx cachebash init --key YOUR_API_KEY # Direct key setupDetects your MCP client (Claude Code, Cursor, VS Code) and writes the server config automatically.
cachebash ping
Verify your connection to the CacheBash server.
npx cachebash pingSupported Clients
| Client | Status | |--------|--------| | Claude Code | Supported | | Cursor | Supported | | VS Code + Copilot | Supported | | Gemini CLI | Supported | | Any MCP client | Supported |
Uses Streamable HTTP transport with Bearer token auth. Standard MCP protocol. No vendor lock-in.
Links
License
MIT
