sccache

GitHub

Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.

7,250 stars Rust
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "sccache": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sccache"
      ]
    }
  }
}