Bookmark Lens for Cursor
io.github.cornelcroi/bookmark-lens
Local-first bookmark management with semantic search and AI-powered organization
client:Cursor
transport:stdio
runtime:pypi
Install Bookmark Lens in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"bookmark-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs