Provides file caching and diff tracking for AI coding agents, reducing token usage by returning changes or confirming no changes instead of full file contents on repeated reads.
| Tool name | Description | Destructive? |
|---|---|---|
| read_file | โ no | |
| read_files | โ no | |
| cache_status | โ no | |
| cache_clear | โ no |
{
"mcpServers": {
"cachebro": {
"command": "npx",
"args": [
"-y",
"cachebro"
]
}
}
}