HomeKnowledge & Memory › Lockstep

Lockstep

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

TypeScript Cloud
★ 10 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Knowledge & Memory

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.2)

npx -y lockstep-cli@0.3.2

Or add to your MCP client config:

{
  "mcpServers": {
    "lockstep": {
      "command": "npx",
      "args": [
        "-y",
        "lockstep-cli@0.3.2"
      ],
      "env": {
        "LOCKSTEP_VENDOR": "<YOUR_VALUE>"
      }
    }
  }
}
  • LOCKSTEP_VENDOR — Agent vendor label used for session registration (e.g. claude-code, cursor). Optional; defaults to unknown.

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry