Groundlink for Cursor
io.github.ohhavefun/groundlink
Cited web search for MCP hosts. Returns source-bearing results from Groundlink.
client:Cursor
transport:stdio
runtime:npm
Install Groundlink in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"groundlink": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"groundlink-mcp"
],
"env": {
"GROUNDLINK_API_KEY": "<GROUNDLINK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs