Cachebash
Freeby MCP Community
CacheBash CLI — MCP agent coordination for AI workflows
v0.1.1Added Apr 12, 2026
mcpaiagentsclaudecursor
Cachebash MCP Server
CacheBash CLI — MCP agent coordination for AI workflows
Installation
npx -y @rezzed.ai/cachebash
Reviews
Installation
Quick install
npx -y @rezzed.ai/cachebash
Add to claude_desktop_config.json
{
"mcpServers": {
"cachebash": {
"command": "npx",
"args": ["-y", "@rezzed.ai/cachebash"]
}
}
}