Skip to content
Cursor

lockstep mcp for Cursor

io.github.mrfentmen/lockstep-mcp

Local lockfile and package-manager reproducibility analysis without dependency details. Tools...

client:Cursor transport:stdio runtime:npm

Install lockstep mcp in Cursor

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

{
  "mcpServers": {
    "lockstep-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/lockstep-mcp"
      ]
    }
  }
}

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

lockstep mcp in other clients