Lockstep for Grok
io.github.lockstep-team-agent/lockstep
Decision memory for AI coding agents: captures decisions once, briefs every agent before it acts.
client:Grok
transport:stdio
runtime:npm
Install Lockstep in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"lockstep": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lockstep-cli"
],
"env": {
"LOCKSTEP_VENDOR": "<LOCKSTEP_VENDOR>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs