Skip to content
Zed

Groundhog for Zed

io.github.dmytrome/groundhog-mcp

Search, read and research the web, with hidden text stripped by default and sources hashed

client:Zed transport:stdio runtime:pypi

Install Groundhog in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "groundhog-mcp": {
      "command": "uvx",
      "args": [
        "groundhog-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Groundhog in other clients