Install
terradart-mcp is distributed as a single self-contained binary. Install it with Homebrew (recommended) or download a release binary directly. Both are available from the v0.12.0 release onward.
Homebrew
Section titled “Homebrew”brew install nozomi-koborinai/tap/terradart-mcpThis puts terradart-mcp on your PATH, which is what MCP clients expect — see Connecting clients. Homebrew covers macOS and Linux.
Direct binary download
Section titled “Direct binary download”Grab the binary for your platform from the GitHub releases page and place it on your PATH.
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | terradart-mcp-darwin-arm64 |
| macOS (Intel) | terradart-mcp-darwin-amd64 |
| Linux (x86_64) | terradart-mcp-linux-amd64 |
| Windows (x86_64) | terradart-mcp-windows-amd64.exe |
macOS / Linux: mark the binary executable, then move it onto your PATH:
# Example: macOS Apple Siliconchmod +x terradart-mcp-darwin-arm64sudo mv terradart-mcp-darwin-arm64 /usr/local/bin/terradart-mcpWindows: rename the downloaded file to terradart-mcp.exe and add its directory to your PATH.
Verify
Section titled “Verify”terradart-mcp --version# terradart-mcp 0.16.xIf you see the version printed, the binary is ready. Next, point an MCP client at it: Connecting clients.