Are you the author? Sign in to claim
Monorepo for Claude Code session management tools
Browse, search, rename, split, and clean up Claude Code sessions — via MCP server, Web UI, or VSCode extension.
Note: This is a community project and is not affiliated with or endorsed by Anthropic.
| Package | Version | Description |
|---|---|---|
| @claude-sessions/core | Core library | |
| @claude-sessions/web | Web UI | |
| claude-sessions-mcp | MCP server | |
| claude-sessions | VSCode extension |
@latest)# MCP Server
claude mcp add claude-sessions -- npx claude-sessions-mcp
# Web UI
npx @claude-sessions/web
Or add MCP server directly to ~/.claude.json:
{
"mcpServers": {
"claude-sessions": {
"command": "npx",
"args": ["claude-sessions-mcp"]
}
}
}
@beta)# MCP Server
claude mcp add claude-sessions -- npx claude-sessions-mcp@beta
# Web UI
npx @claude-sessions/web@beta
Or add MCP server directly to ~/.claude.json:
{
"mcpServers": {
"claude-sessions": {
"command": "npx",
"args": ["claude-sessions-mcp@beta"]
}
}
}
# Install dependencies
corepack enable
pnpm install
# Dev server
pnpm dev # Web UI
pnpm dev:mcp # MCP server
# Build
pnpm build # All packages
pnpm build:core # core only
pnpm build:mcp # mcp only
pnpm build:web # web only
Browse Claude Code project folders with expandable tree view, sorted by summary time or name.

List, rename, delete, and split sessions. Hover to see session details with tooltip.

View messages with tab interface. Inspect user/assistant turns, tool calls, and thinking blocks.

Search sessions by title across all projects.

Remove empty sessions, orphan agents, and orphan todos with preview before execution.



| Tool | Description |
|---|---|
list_projects | List Claude Code projects |
list_sessions | List sessions in a project |
rename_session | Rename a session |
delete_session | Delete session (moves to backup folder) |
delete_message | Delete message and repair UUID chain |
preview_cleanup | Preview sessions to be cleaned |
clear_sessions | Clear empty sessions and invalid messages |
get_session_files | Get files changed in a session |
split_session | Split session at a specific message |
start_gui | Start Web UI |
stop_gui | Stop Web UI |
MIT
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows