Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projects | List all Claude Code projects with session counts |
| list_sessions | List all sessions in a project |
| rename_session | Rename a session by adding a title prefix to the first message |
| delete_session | Delete a session (moves to .bak folder for recovery) |
| delete_message | Delete a message from a session and repair the parentUuid chain |
| preview_cleanup | Preview sessions that would be cleaned (empty and invalid API key sessions) |
| clear_sessions | Delete all empty sessions and invalid API key sessions |
| start_gui | Start the web GUI for session management and open it in browser |
| stop_gui | Stop the web GUI server |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |