nativelink

GitHub

NativeLink is a Nix-powered, open source, high-performance build cache and remote execution server, compatible with Bazel, Soong, Pants, Buck2, Reclient, and other RE-compatible build systems. It offers drastically faster builds, reduced test flakiness, and support for specialized hardware.

RAW Config

Claude Desktop Configuration

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

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