CacheBash✓
io.github.feelgreatfoodie/cachebash · v2.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.feelgreatfoodie/cachebash",
"description": "Let your AI sessions talk to each other — messaging, tasks, sessions, and alerts",
"title": "CacheBash",
"repository": {
"url": "https://github.com/rezzedai/cachebash",
"source": "github"
},
"version": "2.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://cachebash-mcp-922749444863.us-central1.run.app/v1/mcp",
"headers": [
{
"description": "Bearer API key for CacheBash authentication (format: Bearer YOUR_API_KEY)",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}