Session Steward for VS Code
io.github.mallikcheripally/session-steward
Review and safely clean local Codex and Claude Code sessions
client:VS Code
transport:stdio
runtime:npm
Install Session Steward in VS Code
.vscode/mcp.json
{
"servers": {
"session-steward": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"session-steward"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs