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