mcpbeat Sign in

Codeledger MCP Server

by codeledgerecf Your server? Claim it
local only

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

Deterministic context selection for AI coding agents. Local memory that compounds across sessions.

Installs per day peak 326 · avg 117 · +63% w/w
a month agotoday
435
Installs / week
npm · @codeledger/cli
8
Stars
0 open issues
14 Sep 2026
Last commit
0 releases in 90 days
License
Shell

What the code does

We read the source, 21 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.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/postinstall.js
File ships in the package but is absent from the source [пакет] bin/codeledger.js:1
этот файл ставится пользователю, но в репозитории его нет
Builds a database query by concatenation action.yml:10
    description: GitHub token used to post or update the sticky PR comment.
    required: true
    default: ${{ github.token }}
Runs an external command [пакет] bin/codeledger.js:74
  const result = spawnSync(command, args, {

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

Alternatives to Codeledger

same job, measured the same way
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
Wisdomgraph
by cklam12345

Neo4j-native DIKW memory for Claude Code — knowledge that compounds across sessions

27 installs/wk local only
Òtítọ́
by bashbop

Deterministic local repository context, impact analysis, and merge-readiness evidence for AI agents.

667 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
HEIDES
by abduljabbarbxr

Deterministic code analysis harness giving AI agents senses, memory and judgment for code.

local only
Repomemory
by danielguru

Persistent memory for AI coding agents. Hybrid search, auto-session capture, context routing.

85 installs/wk local only
I
logbook-mcp
by abduljabbarbxr

Project memory across sessions for AI agents. A queryable decision log in the repo.

520 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only

Codeledger — questions

Answers built from our own checks of this server.

Why is there no uptime for Codeledger?
Codeledger 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 @codeledger/cli was installed 435 times last week.
How do I connect Codeledger?
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 @codeledger/cli straight from npm; nothing to host, nothing to sign up for.
How many people use Codeledger?
The npm package @codeledger/cli was installed 435 times in the last week. Week over week that is +63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codeledger open source?
We cannot say either way: written in Shell and 8 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.