Skip to content

MCP Tools

ToolDescription
window_freezeSnapshot session context to persistent storage
window_thawRestore context from a saved window
window_listList all available context windows
window_statusGet detailed session and window info
window_cloneBranch a context for parallel exploration
window_deleteRemove a saved window and free storage
Terminal window
# Freeze your current session
> window_freeze session_abc123 my-coding-project
# Later, restore it exactly as it was
> window_thaw my-coding-project
# Branch for exploration
> window_clone my-coding-project my-project-v2
# Check status
> window_status my-coding-project
# List all saved windows
> window_list