mcpbeat Sign in

Compendio MCP Server

local only

Compendio MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 349 installs a week from npm. Last commit 9 Sep 2026.

Indexes your project's markdown docs and serves them to any agent via local hybrid search.

Installs per day peak 238 · avg 60 · +47% w/w
a month agotoday
349
Installs / week
npm · compendio-mcp
5
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Compendio MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add compendio-mcp -- npx -y compendio-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "compendio-mcp": {
      "args": [
        "-y",
        "compendio-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.compendio-mcp]
command = "npx"
args = ["-y", "compendio-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "compendio-mcp": {
      "args": [
        "-y",
        "compendio-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "compendio-mcp": {
      "args": [
        "-y",
        "compendio-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Compendio MCP

same job, measured the same way
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

94 installs/wk local only
Minirag MCP
by sfrangulov

Local-first RAG MCP server: hybrid search over a folder of your own documents

220 installs/wk local only
llms.txt for agents
by ux-xd

Any site's llms.txt: find the covering index, read its linked docs as markdown, search sections.

3 tools answering
Nimbus
by nimbus-agent

Search your local Nimbus index and run its built-in agents from any MCP client.

112 installs/wk local only
Orquesta
by getorquesta

Read a project's prompts, logs and agents, and send new work to the agent on your own machines.

answering
Spool
by kim-ocean-hz

Your local project library: hand any AI a project pack, search it, and write findings back.

local only
Yaps Local Memory
by richawo

Search and safely manage your private local Yaps Markdown vault from MCP clients.

local only
Agent Wiki
by getagentwiki

Hosted markdown project wikis your team's AI assistants read, search, and update over MCP.

answering

Compendio MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Compendio MCP?
Compendio MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package compendio-mcp was installed 349 times last week.
How do I connect Compendio MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls compendio-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Compendio MCP?
The npm package compendio-mcp was installed 349 times in the last week. Week over week that is +47%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Compendio MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.