mcpbeat Sign in

Lockstep MCP Server

by lockstep-team-agent Your server? Claim it
local only

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

Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.

27
Installs / week
npm · lockstep-cli
10
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Lockstep 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 lockstep -- npx -y lockstep-cli
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lockstep": {
      "args": [
        "-y",
        "lockstep-cli"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lockstep]
command = "npx"
args = ["-y", "lockstep-cli"]
.cursor/mcp.json
{
  "mcpServers": {
    "lockstep": {
      "args": [
        "-y",
        "lockstep-cli"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lockstep": {
      "args": [
        "-y",
        "lockstep-cli"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOCKSTEP_VENDOR (Agent vendor label used for session registration (e.g. claude-code, cursor). Optional; defaults to unknown.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lockstep

same job, measured the same way
Peon Mem
by vineetv2

Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.

531 installs/wk local only
Robrain
by adelinamart

Self-hosted decision memory for AI coding agents; warns before re-proposing a rejected approach.

84 installs/wk local only
EchoVault Memory
by go-ports

Local-first memory for coding agents; stores decisions, bugs, and context across sessions.

local only
CommitLore
by monglong0214

Git-native decision memory for coding agents: only the decisions still in force for the edited path

local only
Project Memory MCP
by kaaustubh

Persistent memory for AI coding agents — past bugs, decisions, and your corrections, in your repo.

118 installs/wk local only
Knowledge MCP
by fulminate-io

Persistent memory graph for coding agents: hypotheses, evidence, and decisions survive sessions.

local only
Todox
by beydemirfurkan

Memory for coding agents: the decisions, the dead ends, and where the last session stopped.

answering
Projectmem
by riponcm

Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.

805 installs/wk local only

Lockstep — questions

Answers built from our own checks of this server.

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