Agent Plugins Marketplace
← All plugins

loredocs

v0.1.28

Searchable, organized, version-tracked knowledge base for your AI projects. Store documents, tag them, search across them, and inject context into any Claude conversation.

Claude Code2 Skills1 MCP serverstdio

By Labyrinth Analytics ConsultingLicense: BSL-1.14 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 25, 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 →

Install loredocs for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install loredocs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/labyrinth-analytics/loredocs

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

Plugin files

loredocs/
├── .claude-plugin/plugin.json
├── skills/loredocs/SKILL.md
├── skills/using-loredocs/SKILL.md
└── .mcp.json

Included Skills2

loredocsskills/loredocs/SKILL.md

Durable knowledge vaults for AI projects. Use this skill when the user asks to "create a vault", "store this document", "add this to the knowledge base", "find the spec for", "search the docs", "inject context", "show me what's in the vault", "load project docs", or wants to manage persistent reference docs, specs, guides, or architecture decisions. Also triggers on "version history", "roll back doc", "tag this doc", "link docs", or "export vault".

using-loredocsskills/using-loredocs/SKILL.md

Overview and orientation for LoreDocs. Use this skill when the user asks "what is LoreDocs", "how do I use LoreDocs", "how does LoreDocs work", "show me what LoreDocs can do", "tour LoreDocs", "intro to LoreDocs", or any other overview or orientation request about the product. Does NOT trigger on action phrases like "create a vault" or "search the docs" -- those go directly to the loredocs action skill.

MCP servers1

loredocsstdio
command
uvx
args
loredocs==0.1.28
env.LOREDOCS_PRO

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "loredocs",
  "displayName": "LoreDocs",
  "version": "0.1.28",
  "description": "Searchable, organized, version-tracked knowledge base for your AI projects. Store documents, tag them, search across them, and inject context into any Claude conversation.",
  "main": "loredocs/server.py",
  "icon": "assets/icon.svg",
  "author": {
    "name": "Labyrinth Analytics Consulting",
    "url": "https://labyrinthanalyticsconsulting.com"
  },
  "keywords": [
    "knowledge-management",
    "documents",
    "search",
    "ai-projects",
    "vault",
    "context"
  ],
  "license": "BSL-1.1",
  "privacy_policies": [
    "https://labyrinthanalyticsconsulting.com/privacy"
  ]
}

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

[loredocs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loredocs)