Skip to content
Cursor

Session Steward for Cursor

io.github.mallikcheripally/session-steward

Review and safely clean local Codex and Claude Code sessions

client:Cursor transport:stdio runtime:npm

Install Session Steward in Cursor

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

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

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

Session Steward in other clients