Skip to content
Cursor

Lockstep for Cursor

io.github.lockstep-team-agent/lockstep

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

client:Cursor transport:stdio runtime:npm

Install Lockstep in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lockstep": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lockstep-cli"
      ],
      "env": {
        "LOCKSTEP_VENDOR": "<LOCKSTEP_VENDOR>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Lockstep in other clients