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
{
"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