url manager mcp for Zed
io.github.piccolo123/url-manager-mcp
Agent-first bookmark management with auto-registration, categories, tags, and shared collections.
client:Zed
transport:stdio
runtime:pypi
Install url manager mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"url-manager-mcp": {
"command": "uvx",
"args": [
"url-manager-mcp"
],
"env": {
"FOOTPRINTS_ENDPOINT": "<FOOTPRINTS_ENDPOINT>",
"FOOTPRINTS_TOKEN": "<FOOTPRINTS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs