Skip to main content
Glama
librocat

librocat

Official
by librocat

librocat

Persistent AI memory, shipped as an Agent Plugin. Your AI agents forget everything when a session ends, so you repeat yourself every day, to every one of them. librocat catalogs your notes and files as Open Knowledge Format (OKF) Markdown and retrieves them for any agent over MCP. Tell them once. At its core it is a library and information science tool for organizing notes. Not a database: a library.

Knowledge lives as Open Knowledge Format (OKF) Markdown files in your own Git repo (GitHub, GitLab, or anywhere) — the repo is the source of truth. The librocat MCP server reads the files at launch into an in-memory search index (Orama) and gives your agent sixteen tools to search, read, link-walk, write, rename, weed, keep a tag thesaurus, write finding aids, and read the Git history of knowledge. Your agent is the cataloger: it writes titles, descriptions, and tags with your own AI. No database, no service, no account.

Want the same memory on every agent and machine, with a librarian? librocat Cloud is coming soon: Supabase for AI memory — the same tools, hosted. Libro, the library cat, will catalog what your agent leaves blank and file duplicates, retired concepts, and stray tags on a weekly review shelf for you to approve, with a revision on every write. Watch librocat.dev.

Use it

librocat is an Agent Plugin: the MCP server plus the Agent Skills, and this repo root is the plugin. Install it into every agent you have — Claude Code, Cursor, Codex, VS Code, and others — with one command (the plugins CLI):

npx plugins add librocat/librocat

The plugin carries its own built server (server/main.js, zero dependencies, Node 20+), so the install downloads nothing from npm (the npm package librocat is a pointer that names the command above). To add just the MCP server to one client by hand, from a clone of this repo:

{ "mcpServers": { "librocat": { "command": "node", "args": ["<clone>/server/main.js"] } } }

Any runner runs the plugins CLI — npx, pnpm dlx, yarn dlx, or bunx. Skills alone: npx skills add librocat/librocat (skills CLI).

Set LIBROCAT_BUNDLE to your OKF directory (default ./okf). See docs/local.md.

The server runs on Node 20 or later and has zero runtime dependencies. It opens no network connection, makes no model call, and sends no telemetry: the agent that calls it is the AI. See SECURITY.md.

Related MCP server: Manas

Develop

Node 24 and pnpm (npm install -g pnpm).

pnpm install
pnpm test           # core suite + mcp end-to-end over stdio, against the built artifact
pnpm run build      # bundle the server into packages/mcp/dist with esbuild
pnpm run plugin     # assemble the Agent Plugin (plugin.json + mcp.json + skills)

Releases are tagged and listed in CHANGELOG.md.

Layout

.github/        CI (install, lint, typecheck, build, test, plugin) and Dependabot
plugin.json     the repo root IS the Agent Plugin (agent-plugins.org form;
mcp.json        .plugin/plugin.json + .mcp.json mirror it for the plugins CLI)
skills/         Agent Skills (agentskills.io)
packages/core   OKF read/write + the in-memory Orama index + the Service
packages/mcp    the librocat MCP server (official MCP TypeScript SDK, stdio)
plugin/         manifest sources for the plugin build (agent-plugins.org)
examples/       an example OKF bundle
docs/           Local-tier guides

Standards

Apache-2.0. © 2026 Laughing Hermit, Inc. — librocat is a Laughing Hermit, Inc. product; https://librocat.dev is its only domain.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    Provides a durable, Obsidian-compatible knowledge base for agents using markdown notes and wikilinks. Enables agents to store, retrieve, and interlink knowledge persistently, with tools for writing, searching, and managing a graph of notes.
    1
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables interaction with a local knowledge repository via MCP, providing tools for capturing, indexing, and searching Markdown notes with Git version control and optional semantic search.
    3
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides a local-first, file-based memory layer for Claude Code that syncs across machines via git over private networks, with MCP tools for search, write, and sync of human-readable markdown notes.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides AI agents with persistent, long-term memory via OKF-formatted markdown and SQLite indexing, enabling stateful storage, retrieval, and search across sessions.
    188
    MIT

View all related MCP servers

Related MCP Connectors

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Shared long-term memory vault for AI agents with 20 MCP tools.

View all MCP Connectors

Latest Blog Posts

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/librocat/librocat'

If you have feedback or need assistance with the MCP directory API, please join our Discord server