the-librarian

JimJafar/the-librarian
★ 0 stars TypeScript 🤖 AI/LLM Updated today
An agentic memory system implemented as an MCP server
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "the-librarian": {
      "command": "npx",
      "args": [
        "-y",
        "JimJafar/the-librarian"
      ]
    }
  }
}

README Excerpt

The Librarian is a portable memory system for AI agents with a cross-harness session layer for handing work between them. It gives agents one disciplined funnel for recalling, proposing, saving, updating, and reviewing durable context, plus a neutral session-continuity layer so work started in one harness (Hermes, Claude Code, Codex, OpenCode, Pi) can be resumed cleanly in another.

Tools (1)

seed