What is MCP?

The Model Context Protocol (MCP) is an open standard introduced by Anthropic that allows AI agents and IDEs (like Claude Desktop, Cursor, and Windsurf) to securely communicate with external data sources.

Why use Libro with MCP?

Usually, an AI like Claude has amnesia. The moment you start a new chat thread, it forgets everything about you. By connecting the Libro MCP Server to your AI client, you instantly give your AI infinite, long-term memory.

Whenever you chat with your AI, it will automatically query your Libro AMM Layer in the background to pull your preferences, past architectural decisions, and context directly into its prompt before it answers you.

How it works

  1. You run our official MCP Server locally, or point your IDE to our Cloud SSE MCP endpoint.
  2. The MCP Server exposes tools like remember_fact, get_user_context, and search_memories.
  3. The AI agent automatically calls these tools whenever it realizes it needs more context about you.