# Lockstep (npm · lockstep-cli)

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

- Trust score: 59/100 (low)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-26

## Components

- npm · `lockstep-cli`: 59/100 (this document), [markdown](https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli.md), [page](https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli)

## Channel facts

- Registry: `npm`
- Package: `lockstep-cli`
- Version: `0.3.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-26.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 51 of 130 dependencies flagged as unhealthy (1 deprecated).
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (Apache-2.0).
  - Actively maintained (last published 0 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 34/100
  - AI-judged instruction clarity (poor).
  - Tool/resource definitions use about 399 tokens (~21/item across 19 items; 19 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 0/100
  - 0% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 19 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### How do I install the Lockstep MCP server?

Lockstep runs locally as an npm package, launched with npx -y lockstep-cli. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add lockstep-team-agent-lockstep -- npx -y lockstep-cli
```

### Cursor

```json
{
  "mcpServers": {
    "lockstep-team-agent-lockstep": {
      "command": "npx",
      "args": [
        "-y",
        "lockstep-cli"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "lockstep-team-agent-lockstep": {
      "command": "npx",
      "args": [
        "-y",
        "lockstep-cli"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add lockstep-team-agent-lockstep -- npx -y lockstep-cli
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "lockstep-team-agent-lockstep": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "lockstep-cli"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add lockstep-team-agent-lockstep --command npx --arg -y --arg lockstep-cli
```

### Hermes

```yaml
mcp_servers:
  lockstep-team-agent-lockstep:
    command: "npx"
    args: ["-y", "lockstep-cli"]
```

### Netclaw

```json
{
  "McpServers": {
    "lockstep-team-agent-lockstep": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "lockstep-cli"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add lockstep-team-agent-lockstep -t stdio -c npx -a -y lockstep-cli
```

### Other

```json
{
  "mcpServers": {
    "lockstep-team-agent-lockstep": {
      "command": "npx",
      "args": [
        "-y",
        "lockstep-cli"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-26 (score 59, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-25 (score 58, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-24 (score 58, +3)

- [functional improvement] Stability: unverified → 0.20
- [functional] Package version: 0.3.0 → 0.3.2

### 2026-09-19 (score 55, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-18 (score 40, +1)

- [security regression] Malware scan: pass → unverified
- [security improvement] Injection markers: unverified → pass
- [security] First check of Judged manipulation: pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Tool coverage: unverified → 0
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: poor
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: pass
- [functional] Package version: 0.2.0 → 0.3.0

### 2026-09-17 (score 39)

First indexed and scored.

## MCP tools (19)

### `notify` (~63 tokens)

Input parameters:

- `capabilityRef` (string)
- `contractDelta`
- `diffHash` (string)
- `riskTier` (string)
- `summary` (string, required)
- `surface` (string)
- `verified` (boolean)
- `verifiedAgainst` (string)

### `inbox` (~4 tokens)

### `ack_inbox` (~14 tokens)

Input parameters:

- `itemIds` (array)

### `query` (~18 tokens)

Input parameters:

- `question` (string, required)
- `scope` (string)

### `ask` (~25 tokens)

Input parameters:

- `question` (string, required)
- `scope` (string)
- `urgent` (boolean)

### `answer` (~19 tokens)

Input parameters:

- `questionId` (string, required)
- `response` (string, required)

### `delegate` (~23 tokens)

Input parameters:

- `refs`
- `task` (string, required)
- `to` (string, required)

### `complete` (~19 tokens)

Input parameters:

- `note` (string)
- `taskId` (string, required)

### `propose_decision` (~76 tokens)

Input parameters:

- `alternatives` (array)
- `baseVersion` (number, required)
- `capabilityRef` (string)
- `decisionType` (string)
- `rationale` (string)
- `reviewAt` (string)
- `ruleText` (string, required)
- `scopeKind` (string, required)
- `scopeRef` (string, required)

### `ack_decision` (~28 tokens)

Input parameters:

- `decisionId` (string, required)
- `verdict` (string)
- `version` (number, required)

### `register_dependency` (~22 tokens)

Input parameters:

- `producedRepoId` (string)
- `producedSurface` (string, required)

### `decisions` (~11 tokens)

Input parameters:

- `scope` (string)

### `whoowns` (~12 tokens)

Input parameters:

- `path` (string, required)

### `consumers` (~11 tokens)

Input parameters:

- `surface` (string, required)

### `get_product_context` (~13 tokens)

Input parameters:

- `scope` (string, required)

### `set_feature_context` (~14 tokens)

Input parameters:

- `capabilityRef` (string, required)

### `check_decisions` (~13 tokens)

Input parameters:

- `base` (string)

### `session_briefing` (~7 tokens)

### `refresh_decision_pack` (~7 tokens)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli#diagnostics

## Score history

- 2026-09-26: 59
- 2026-09-25: 58
- 2026-09-24: 58
- 2026-09-23: 55
- 2026-09-22: 55
- 2026-09-21: 55
- 2026-09-20: 55
- 2026-09-19: 55
- 2026-09-18: 40
- 2026-09-17: 39

## Common questions

### What is the Lockstep MCP server?

Lockstep is an MCP server listed in the public MCP registry as io.github.lockstep-team-agent/lockstep. Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts. This page covers its npm package (lockstep-cli).

### Is the Lockstep MCP server safe to use?

Lockstep scores 59 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 26 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Lockstep MCP server expose?

Lockstep exposes 19 tools: notify, inbox, ack_inbox, query, ask, and 14 more. Their descriptions and schemas cost roughly 399 tokens of context every time the server is loaded.

### Is the Lockstep MCP server still maintained?

Lockstep is still listed as active in the MCP registry. We last reached this channel on 26 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the Lockstep MCP server under?

Lockstep declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/lockstep-cli
- Socket report: https://socket.dev/npm/package/lockstep-cli
- Repository: https://github.com/lockstep-team-agent/lockstep
- Website: https://www.getlockstep.dev/
- Changelog RSS feed: https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli.xml
- Changelog JSON feed: https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli.json
- HTML version of this page: https://verifymcp.io/servers/lockstep-team-agent-lockstep/lockstep-cli
