← Back to Bookmark Manager MCP
Install Bookmark Manager MCP
Pick your client, copy the command, done.
Manual setup required. We don't have a verified install command for this server. Follow the maintainer README and use the raw config below as a starting point.
1
Prepare the server locally
Run this once before adding it to Claude Code.
git clone https://github.com/infinitepi-io/bookmark-manager-mcp
cd bookmark-manager-mcpThen follow the repository README for any remaining dependency or build steps.
2
Add it to Claude Code
Paste the maintainer's config below, then edit any placeholder values.
{
"servers": {
"bookmark-manager": {
"command": "docker",
"args": [
"run",
"--rm",
"--interactive",
"--volume",
"~/.data:/app/.data",
"mindriftfall2infinitepiio/bookmark-manager-mcp:latest"
]
}
}
}See the bookmark-manager-mcp README for full setup instructions.
Available Tools (3)
Once configured, Bookmark Manager MCP gives your AI agent access to:
add_bookmarkAdds a new bookmark with a title, URL, and category.titleurlcategorysearch_bookmarksSearches for bookmarks within a specific category.categorylist_bookmarksLists all saved bookmarks.Try It Out
After setup, try these prompts with your AI agent:
→Add a bookmark for 'OpenAI Documentation' with URL 'https://docs.openai.com' in category 'ai'
→List all my bookmarks
→Show me all MCP-related bookmarks
→Search for bookmarks in the development category
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Docker installed and running
Alternative installation methods
Podman
podman pull mindriftfall2infinitepiio/bookmark-manager-mcp:latestKeep this setup from going cold
Save the docs, env vars, and workflow around Bookmark Manager MCP in Conare so Claude Code, Codex, and Cursor remember it next time.