cached-context 0.3.0

File cache with diff tracking for AI coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "mcpServers": {
    "cachebro": {
      "command": "cachebro",
      "args": ["serve"],
      "env": {
        "CACHEBRO_DIR": ".cachebro",
        "RUST_LOG": "info"
      }
    }
  }
}