Compendio Mcp banner
RuloGB RuloGB

Compendio Mcp

AI community

Description

Compendio is an MCP server that indexes a project's markdown documentation and exposes it to any AI agent.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

compendio-mcp — your project's documentation, served to any agent in the fewest possible tokens

Your project's documentation, served to any agent in the fewest possible tokens.
A local RAG retrieval layer exposed as an MCP server. Your agent stops grepping and dumping whole files — it reaches the right paragraph instead.

npm license node platform: macOS | Linux | Windows

MCP Badge

What it doesRequirementsQuick StartConfigurationMCP ToolsCLIHow it worksIncremental syncMultilingualFull docs


The problem

Your agent doesn't know your documentation. So it does what it can: `grep`, then `cat` a 400-line file to answer a question that lived in one paragraph. Three files later the context window is full of noise and the answer is still a guess.

Attaching the whole `docs/` folder doesn't fix