·
17 commits
to main
since this release
Installation
npm (recommended)
npm install -g @createsomething/ground-mcpManual download
Download the appropriate binary for your platform from the assets below.
| Platform | File |
|---|---|
| macOS Apple Silicon | ground-darwin-arm64.tar.gz |
| macOS Intel | ground-darwin-x64.tar.gz |
| Linux x64 | ground-linux-x64.tar.gz |
| Linux ARM64 | ground-linux-arm64.tar.gz |
| Windows x64 | ground-win32-x64.zip |
MCP Configuration
Add to .cursor/mcp.json:
{
"mcpServers": {
"ground": {
"command": "ground-mcp"
}
}
}