Skip to content
Zed

rangefind for Zed

io.github.xjodoin/rangefind

Search rangefind static indexes: full-text, geo, autocomplete, facets - no server, just files.

client:Zed transport:stdio runtime:npm

Install rangefind in Zed

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

{
  "context_servers": {
    "rangefind": {
      "command": "npx",
      "args": [
        "-y",
        "rangefind-mcp"
      ]
    }
  }
}

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

rangefind in other clients