librocat
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@librocatsearch my OKF notes for the design decision on authentication"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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/librocatThe 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 guidesStandards
Agent Plugins: https://agent-plugins.org
Agent Skills: https://agentskills.io
MCP (official TypeScript SDK): https://github.com/modelcontextprotocol/typescript-sdk
Apache-2.0. © 2026 Laughing Hermit, Inc. — librocat is a Laughing Hermit, Inc. product; https://librocat.dev is its only domain.
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityBmaintenanceProvides 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.1MIT
- AlicenseNot gradedqualityAmaintenanceEnables 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.3MIT
- AlicenseNot gradedqualityAmaintenanceProvides 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
- AlicenseNot gradedqualityAmaintenanceProvides AI agents with persistent, long-term memory via OKF-formatted markdown and SQLite indexing, enabling stateful storage, retrieval, and search across sessions.188MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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