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
{
"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