← Back to Plugins
MCP Server MCP

io.github.xjodoin/rangefind

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "rangefind-mcp",
      "version": "0.3.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Register a named index as name=path-or-url (repeatable). Omit to run in open mode where tools accept any index path/URL.",
          "type": "named",
          "name": "--index",
          "isRepeated": true
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...