# mozilla/sccache | Model Context Protocol (MCP) Server > 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. - **Stars**: ⭐ 7,250 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "sccache": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sccache" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "sccache": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sccache" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-sccache` - **Docker**: `docker run -i --rm mcp/sccache`