Skip to content
VS Code

rangefind for VS Code

io.github.xjodoin/rangefind

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

client:VS Code transport:stdio runtime:npm

Install rangefind in VS Code

.vscode/mcp.json

{
  "servers": {
    "rangefind": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rangefind-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

rangefind in other clients