Skip to content
Grok

Session Steward for Grok

io.github.mallikcheripally/session-steward

Review and safely clean local Codex and Claude Code sessions

client:Grok transport:stdio runtime:npm

Install Session Steward in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "session-steward": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "session-steward"
      ]
    }
  }
}

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

Session Steward in other clients