Skip to content
Zed

Grounder for Zed

io.github.rozetyp/grounder

Web grounding for local & cloud LLMs: search, fetch, token-capped evidence packs, and research.

client:Zed transport:stdio runtime:pypi

Install Grounder in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "grounder": {
      "command": "uvx",
      "args": [
        "grounder-mcp"
      ],
      "env": {
        "GROUNDER_API_KEY": "<GROUNDER_API_KEY>"
      }
    }
  }
}

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

Grounder in other clients