Bridging Browser Research to Claude Code with Recall

Lukas Margeriego watch the original →

Recall acts as a centralized knowledge base and MCP server that allows AI agents to query saved web content, videos, and PDFs directly within coding environments like Claude Code.

Bridging Browser Context to AI Agents

Research conducted in a browser often remains siloed from coding agents like Claude Code or Cursor, forcing developers to manually re-explain context and waste tokens. Recall solves this by acting as a persistent knowledge base that connects to the browser via a Chrome extension and exposes content to agents through an MCP (Model Context Protocol) server. This allows agents to query saved YouTube videos, PDFs, websites, and podcasts directly within the development workflow.

Workflow Integration

Users can save content in one click, which Recall then tags and indexes into a searchable graph. The integration with Claude Code enables specific agentic tasks, such as:

  • Bulk Importing: Users can ingest existing Chrome bookmarks into the Recall dashboard to make legacy research queryable.
  • Context-Aware Coding: By wiring the Recall MCP into Claude Code, developers can retrieve specific insights from saved long-form content to inform project briefs or feature implementation.
  • Vibe-Coding Projects: The author demonstrates using research from a podcast to generate a Google Earth flight-path project, where the agent uses saved design tips to refine landing page aesthetics, such as adding topographic contour lines and scroll-triggered animations.

Tool Comparison

Unlike NotebookLM, which is project-specific and limited by source caps, Recall functions as a lifelong knowledge repository. It improves upon Obsidian by adding an intelligence layer that allows for direct querying and agent interaction, and it surpasses standard LLM memory by providing persistent access to external research rather than relying on chat history alone.

  • #ai-agents
  • #productivity
  • #dev-tooling
  • #mcp

summary by google/gemini-3.1-flash-lite. probably wrong about something. check the source.