claude-session-manager
Related Servers
Alternatives to claude-session-manager
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceProvides comprehensive session management for Claude Code with automatic initialization/cleanup, quality checkpoints, and local conversation memory with semantic search for capturing learnings across coding sessions.6631 PyPI2BSD 3-Clause
- AlicenseBqualityDmaintenanceMCP server for managing Claude Code conversation sessions12149 npmMIT
- AlicenseNot gradedqualityAmaintenanceBrowse, search, rename, split, and clean up Claude Code sessions via MCP, Web UI, or VSCode extension.4 npm22MIT
- AlicenseAqualityAmaintenanceEnables search, analytics, and visualization of Claude Code sessions with MCP tools for session management, recovery, and insights.101MIT
- AlicenseNot gradedqualityDmaintenanceConnects Claude Code sessions to Telegram, enabling AI-powered code assistance and file management directly from Telegram chats.89MIT
- FlicenseNot gradedqualityDmaintenanceGives Claude Code terminal control and multi-agent coordination through tmux sessions.4-
TDQS
Scored across 9 tools
Every tool has a clearly distinct purpose with no ambiguity. For example, clear_sessions deletes sessions, delete_message removes a specific message, delete_session archives a session, list_projects and list_sessions provide different listing scopes, preview_cleanup shows what would be cleaned, rename_session modifies a session name, and start_gui/stop_gui control the GUI server. The descriptions reinforce these distinctions, making misselection unlikely.
All tool names follow a consistent verb_noun pattern using snake_case, such as clear_sessions, delete_message, list_projects, and start_gui. This predictable naming convention makes the tool set easy to navigate and understand, with no deviations in style or structure across the nine tools.
With 9 tools, the count is well-scoped for session management, covering core operations like listing, deleting, renaming, and GUI control. Each tool earns its place by addressing specific needs in the domain, avoiding bloat while providing comprehensive functionality for managing Claude sessions and projects.
The tool set offers strong coverage for session management, including CRUD-like operations (list, delete, rename) and GUI control. Minor gaps exist, such as no explicit tool for creating new sessions or editing session content beyond renaming, but agents can likely work around these with existing tools like start_gui for manual creation or delete_message for modifications.