Skip to content
Cursor

Grounder for Cursor

io.github.rozetyp/grounder

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

client:Cursor transport:stdio runtime:pypi

Install Grounder in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Grounder in other clients