url manager mcp for Grok
io.github.piccolo123/url-manager-mcp
Agent-first bookmark management with auto-registration, categories, tags, and shared collections.
client:Grok
transport:stdio
runtime:pypi
Install url manager mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"url-manager-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"url-manager-mcp"
],
"env": {
"FOOTPRINTS_ENDPOINT": "<FOOTPRINTS_ENDPOINT>",
"FOOTPRINTS_TOKEN": "<FOOTPRINTS_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs