Bookmark Lens for VS Code
io.github.cornelcroi/bookmark-lens
Local-first bookmark management with semantic search and AI-powered organization
client:VS Code
transport:stdio
runtime:pypi
Install Bookmark Lens in VS Code
.vscode/mcp.json
{
"servers": {
"bookmark-lens": {
"type": "stdio",
"command": "uvx",
"args": [
"bookmark-lens"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs