Bookmarks your AI client can read
Save pages into named collections. Bookmark Context fetches, indexes, and embeds their content so Cursor, Claude Code, or any MCP client can search them semantically.
Three components
- Daemon (
bookmark-context serve) — REST API onlocalhost:7331. Stores bookmarks, runs the indexer. - Chrome extension — side-panel UI for managing collections and saving the current page.
- MCP server (
bookmark-context mcp) — exposeslist_collections,search_collection, andask_collectionto AI clients.
Why
Your bookmarks hold context your AI assistant can’t see. Bookmark Context turns a collection of saved pages into a searchable knowledge base the assistant queries directly — no copy-paste, no re-finding the article you read last week.