url manager mcp for Cursor
io.github.piccolo123/url-manager-mcp
Agent-first bookmark management with auto-registration, categories, tags, and shared collections.
client:Cursor
transport:stdio
runtime:pypi
Install url manager mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"url-manager-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"url-manager-mcp"
],
"env": {
"FOOTPRINTS_ENDPOINT": "<FOOTPRINTS_ENDPOINT>",
"FOOTPRINTS_TOKEN": "<FOOTPRINTS_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs