Agent Plugins Marketplace
All plugins

librocat

v0.1.2

An Agent Plugin for persistent AI memory over MCP: notes and knowledge as Open Knowledge Format (OKF) Markdown, cataloged with library and information science. Contains the librocat MCP server and Agent Skills.

Agent Plugins4 Skills1 MCP serverstdio

License: Apache-2.02 GitHub starsUpdated 8 hours ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
5 skill or MCP entries
Source updated
Aug 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Get the plugin

git clone https://github.com/librocat/librocat

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

librocat/
├── plugin.json
├── skills/collection-policy/SKILL.md
├── skills/ingest-document/SKILL.md
├── skills/knowledge-review/SKILL.md
├── skills/okf-authoring/SKILL.md
└── mcp.json

Included Skills4

collection-policyskills/collection-policy/SKILL.md

The collection development policy for a librocat library: what to accession into memory, at what altitude, with which types, tags, and status, and how to weed. Use when an agent must decide whether something belongs in librocat, when starting a new library, when a plugin adds a "remember this" step, or when a team asks what their library is for.

ingest-documentskills/ingest-document/SKILL.md

Turn a document (PDF, DOCX, Markdown, meeting notes, a web page, a spec) into well-cataloged librocat concepts. Use when the user says "remember this file", "put this doc in librocat", "save these notes", or points at a document and asks the agent to keep what matters. Works with Local and Cloud through the same MCP tools.

knowledge-reviewskills/knowledge-review/SKILL.md

Review and improve a librocat library: raise link health, add missing architecture/decision concepts, and prepare knowledge changes as a Git PR. Use when the user asks to audit, clean up, or level-up an OKF bundle, when ingesting a code repo and wanting durable higher-level concepts on top of the mechanical Code File concepts, or when reviewing a knowledge PR.

okf-authoringskills/okf-authoring/SKILL.md

Write and structure high-quality Open Knowledge Format (OKF) concepts for a librocat library. Use when creating or editing knowledge with the librocat MCP (ingest/update): choosing a concept type, writing a one-sentence summary, adding cross-links, and applying progressive disclosure. Trigger when the user asks to capture a decision, note, runbook, or code understanding into librocat.

MCP servers1

librocatstdio
command
node
args
${PLUGIN_ROOT}/server/main.js
env.LIBROCAT_BUNDLE
${PLUGIN_DATA}/okf

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "librocat",
  "version": "0.1.2",
  "description": "An Agent Plugin for persistent AI memory over MCP: notes and knowledge as Open Knowledge Format (OKF) Markdown, cataloged with library and information science. Contains the librocat MCP server and Agent Skills.",
  "license": "Apache-2.0",
  "homepage": "https://github.com/librocat/librocat",
  "keywords": [
    "mcp",
    "okf",
    "library",
    "library-science",
    "memory",
    "ai-memory",
    "notes",
    "agent-plugin",
    "agent"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[librocat on Agent Plugins Marketplace](https://pluginsmp.com/plugins/librocat-2)