mcpbeat Sign in

Replen MCP Server

local only

Replen runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm. Last commit 21 Jul 2026.

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

Installs per day peak 63 · avg 14 · +3% w/w
a month agotoday
115
Installs / week
npm · @replen/mcp
8
Stars
0 open issues
21 Jul 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const proc = spawn(cmd, args, { stdio: "ignore", detached: true });
Touches key and credential files cli/src/immerse.ts:34
  ".npmrc", ".netrc", ".envrc", ".pgpass", ".dockercfg",
Sends data to a third-party sink src/app/_legacy/settings-full.tsx:576
          <Field label="Webhook URL" name="webhookUrl" value={s?.webhookUrl ?? ""} type="text" placeholder="https://hooks.slack.com/services/…  or  https://discord.com/api/webhooks/…" />

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 replen -- npx -y @replen/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "replen": {
      "args": [
        "-y",
        "@replen/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.replen]
command = "npx"
args = ["-y", "@replen/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "replen": {
      "args": [
        "-y",
        "@replen/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "replen": {
      "args": [
        "-y",
        "@replen/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DIGEST_BASE_URL (Backend base URL. Set automatically by npx replen; override only to self-host.), DIGEST_TOKEN (Optional hosted-tier token. Set automatically by npx replen; not needed to self-host.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Replen

same job, measured the same way
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only
Oxcode
by snowmead

PageRank-curated code intelligence for coding agents over an indexed source repository.

42 installs/wk local only
Code Synapse — Fit Repo Finder
by leewaystudio

Finds real, maintained open-source repos that fit your project. MCP grounding for coding agents.

2 tools answering
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
Engram
by nickcirv

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

118 installs/wk local only
Postcodeproperty
by markhahnel

UK area & property intelligence for AI agents: reports, EPC, comparables, with source provenance.

answering
RTFM
by roomi-fields

The open retrieval layer for AI agents — index code, docs, data. Search via MCP.

9 734 installs/wk local only

Replen — questions

Answers built from our own checks of this server.

Why is there no uptime for Replen?
Replen 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 @replen/mcp was installed 115 times last week.
How do I connect Replen?
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 @replen/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Replen?
The npm package @replen/mcp was installed 115 times in the last week. Week over week that is +3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Replen open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 8 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.