ContextBolt Bookmarks
Officialcontextbolt-mcp
MCP server for ContextBolt. Lets Claude Desktop and Claude Code search and save your bookmarks.
Pro plan required. Get your token from the ContextBolt extension under Settings → Pro Features.
Looking for other servers to pair with this one? Browse the MCP server directory.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"contextbolt": {
"command": "npx",
"args": ["-y", "contextbolt-mcp"],
"env": {
"CONTEXTBOLT_TOKEN": "your_token_here"
}
}
}
}Restart Claude Desktop. The bookmarks tools appear automatically.
Related MCP server: mcp-bookmark-server
Claude Code
Add to .mcp.json in any project, or ~/.claude/mcp.json for global use. The URL form is simpler than the stdio form here:
{
"mcpServers": {
"contextbolt": {
"url": "https://api.contextbolt.app/mcp/your_token_here"
}
}
}Tools
search_bookmarks(query, limit?, platform?): semantic search across your saved contentlist_clusters(): your topic clusters with bookmark countsget_cluster_bookmarks(cluster_id, limit?): all bookmarks in one clusterget_recent_bookmarks(limit?, platform?): most recently saved bookmarkssave_bookmark(url, content, title?, author?, tags?): create a new bookmark while chatting
The server lists its tools without a token, so clients and registries can discover them. A Pro token (CONTEXTBOLT_TOKEN) is only required to actually call a tool.
Troubleshooting
If Claude Desktop says the server failed to start, check:
CONTEXTBOLT_TOKENis set in theenvblockYour ContextBolt account is on the Pro plan
Node 18+ is installed (
node --version)
For support: https://contextbolt.com/support/
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityBmaintenanceEnables storing and searching personal notes, documents, and snippets using semantic search and RAG capabilities across Claude Desktop, VS Code, and Open WebUI.Last updated1
- Alicense-qualityDmaintenanceEnables AI assistants to save and search bookmarks using OpenAI's RAG capabilities for intelligent bookmark management and retrieval.Last updatedMIT

MyAITwin MCPofficial
Flicense-qualityBmaintenancePersonal RAG database and semantic search built from inside your AI chat. Store knowledge, voice, and skills; Claude and ChatGPT create work that sounds like you.Last updated- Alicense-qualityBmaintenanceEnables semantic search across your local AI conversation history (ChatGPT, Claude, etc.) and provides tools to retrieve context, capture thoughts, and get profile summaries.Last updated58AGPL 3.0
Related MCP Connectors
Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Universal memory for AI agents and tools. Save, organize and search context anywhere.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ContextBolt/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server