File cache with diff tracking for AI coding agents. Drop-in MCP server that cuts token usage by 26%.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cachebro": {
"command": "npx",
"args": [
"-y",
"glommer/cachebro"
]
}
}
}
Run in terminal:
claude mcp add cachebro npx -y glommer/cachebro
Add to .cursor/mcp.json:
{
"mcpServers": {
"cachebro": {
"command": "npx",
"args": [
"-y",
"glommer/cachebro"
]
}
}
}