lynx for Cursor
io.github.lorenzo-cambiaghi/lynx
LynxMCP: 100% local MCP server for the code questions grep can't answer: call graph, hybrid search
client:Cursor
transport:stdio
runtime:pypi
Install lynx in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lynx": {
"type": "stdio",
"command": "uvx",
"args": [
"lynx-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs