← Back to search

claude-sessions-mcp

GitHub Actions Scanned 29d ago

MCP server for managing Claude Code conversation sessions

C
67 / 100

Versions

0.5.5latest
Jul 18, 2026
0.5.4
Jul 15, 2026
0.5.3
Jul 6, 2026
0.5.2
Jul 4, 2026
0.5.1
Jul 4, 2026
+ show 47 moreshow less
0.5.1-beta.2
Jul 3, 2026
0.5.1-beta.1
Jun 16, 2026
0.5.0
Jun 12, 2026
0.4.10-beta.1
May 31, 2026
0.4.10-beta.0
May 10, 2026
0.4.9
May 2, 2026
0.4.9-beta.3
Apr 24, 2026
0.4.9-beta.2
Apr 24, 2026
0.4.9-beta.1
Apr 18, 2026
0.4.8-beta.1
Apr 12, 2026
0.4.8
Apr 6, 2026
0.4.8-beta.0
Mar 29, 2026
0.4.7
Mar 23, 2026
0.4.7-beta.2
Mar 22, 2026
0.4.7-beta.1
Mar 16, 2026
0.4.7-beta.0
Mar 13, 2026
0.4.6
Mar 10, 2026
0.4.6-beta.2
Mar 6, 2026
0.4.5
Mar 4, 2026
0.4.5-beta.1
Feb 9, 2026
0.4.5-beta.0
Feb 8, 2026
0.4.4
Feb 8, 2026
0.4.4-beta.3
Feb 8, 2026
0.4.4-beta.2
Feb 3, 2026
0.4.4-beta.1
Jan 31, 2026
0.4.4-beta.0
Jan 29, 2026
0.4.3
Jan 29, 2026
0.4.3-beta.2
Jan 29, 2026
0.4.3-beta.1
Jan 29, 2026
0.4.3-beta.0
Jan 27, 2026
0.4.2
Jan 25, 2026
0.4.2-beta.2
Jan 25, 2026
0.4.1
Jan 25, 2026
0.4.1-beta.1
Jan 25, 2026
0.4.1-beta.0
Jan 25, 2026
0.4.0
Dec 17, 2025
0.3.0
Dec 15, 2025
0.2.2
Dec 14, 2025
0.2.1
Dec 13, 2025
0.2.0
Dec 13, 2025
0.1.6
Dec 13, 2025
0.1.5
Dec 12, 2025
0.1.4
Dec 12, 2025
0.1.3
Dec 12, 2025
0.1.2
Dec 12, 2025
0.1.1
Dec 12, 2025
0.1.0
Dec 12, 2025
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 16

list_projects
annotations: none low

List all Claude Code projects with session counts

list_sessions
annotations: none low

List all sessions in a project

project_name string
rename_session
annotations: none low

Rename a session by adding a title prefix to the first message

new_title string session_id string project_name string
delete_session
annotations: none low

Delete a session (moves to .bak folder for recovery)

session_id string project_name string
delete_message
annotations: none low

Delete a message from a session and repair the parentUuid chain

session_id string message_uuid string project_name string
preview_cleanup
annotations: none low

Preview sessions that would be cleaned (empty and invalid API key sessions)

project_name string
clear_sessions
annotations: none low

Delete all empty sessions and invalid API key sessions

clear_empty boolean project_name string
get_session_files
annotations: none low

Get list of all files changed in a session (from file-history-snapshot and tool_use)

session_id string project_name string
analyze_session
annotations: none low

Analyze a session to get statistics, tool usage, patterns, and optimization insights

session_id string project_name string
summarize_session
annotations: none low

Summarize a session into compact user/assistant conversation format with timestamps

limit number session_id string project_name string
compress_session
annotations: none low

Compress a session by removing redundant snapshots and truncating long tool outputs

session_id string project_name string
extract_project_knowledge
annotations: none low

Extract patterns, hot files, workflows, and decisions from project sessions

project_name string
repair_chain
annotations: none low

Repair broken parentUuid chain in a session (auto-links messages sequentially)

session_id string project_name string
split_session
annotations: none low

Split a session at a specific message, creating a new session with messages from that point onwards

session_id string project_name string
start_gui
annotations: none low

Start the web GUI for session management and open it in browser

port number editor string
stop_gui
annotations: none low

Stop the web GUI server

Permissions 4

network medium
Server uses network capabilities via: fetch()
filesystem low
Server uses filesystem capabilities via: fs sync ops, fs/promises, path
shell high
Server uses shell capabilities via: child_process, execSync(), spawn()
env_vars low
Server uses env_vars capabilities via: process.env

Scan Findings 44

low
Tool 'list_projects' has no annotations annotation_checker · 100%
low
Tool 'list_sessions' has no annotations annotation_checker · 100%
low
Tool 'rename_session' has no annotations annotation_checker · 100%
low
Tool 'delete_session' has no annotations annotation_checker · 100%
low
Tool 'delete_message' has no annotations annotation_checker · 100%
low
Tool 'preview_cleanup' has no annotations annotation_checker · 100%
low
Tool 'clear_sessions' has no annotations annotation_checker · 100%
low
Tool 'get_session_files' has no annotations annotation_checker · 100%
low
Tool 'analyze_session' has no annotations annotation_checker · 100%
low
Tool 'summarize_session' has no annotations annotation_checker · 100%
low
Tool 'compress_session' has no annotations annotation_checker · 100%
low
Tool 'extract_project_knowledge' has no annotations annotation_checker · 100%
low
Tool 'repair_chain' has no annotations annotation_checker · 100%
low
Tool 'split_session' has no annotations annotation_checker · 100%
low
Tool 'start_gui' has no annotations annotation_checker · 100%
low
Tool 'stop_gui' has no annotations annotation_checker · 100%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
medium
Vulnerable dependency: tsup@8.3.0 (GHSA-3mv9-4h5g-vhg3) dependency_analyzer · 95%
info
package.json metadata manifest_parser · 100%
info
Tool: list_projects manifest_parser · 70%
info
Tool: list_sessions manifest_parser · 70%
info
Tool: rename_session manifest_parser · 70%
info
Tool: delete_session manifest_parser · 70%
info
Tool: delete_message manifest_parser · 70%
info
Tool: preview_cleanup manifest_parser · 70%
info
Tool: clear_sessions manifest_parser · 70%
info
Tool: get_session_files manifest_parser · 70%
info
Tool: analyze_session manifest_parser · 70%
info
Tool: summarize_session manifest_parser · 70%
info
Tool: compress_session manifest_parser · 70%
info
Tool: extract_project_knowledge manifest_parser · 70%
info
Tool: repair_chain manifest_parser · 70%
info
Tool: split_session manifest_parser · 70%
info
Tool: start_gui manifest_parser · 70%
info
Tool: stop_gui manifest_parser · 70%
info
Transport: stdio manifest_parser · 90%
info
Required env vars (6) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 70%
low
Permission: filesystem access detected permission_analyzer · 90%
high
Permission: shell access detected permission_analyzer · 95%
low
Permission: env_vars access detected permission_analyzer · 90%
info
SBOM generated: 57 components sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%