linkup for Cursor
com.mcparmory/linkup
Search the web and fetch pages with sourced results, optimized for AI agents
client:Cursor
transport:stdio
runtime:pypi
Install linkup in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"linkup": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-linkup"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs