Skip to content

Ground ground-v0.4.3

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Sep 19:18
· 17 commits to main since this release
8d3a7c3

Installation

npm (recommended)

npm install -g @createsomething/ground-mcp

Manual 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"
    }
  }
}