Back to Home
TimEvans icon

ccsession

Verified Safe

by TimEvans

Overview

Provides Claude Code agents with programmatic session awareness, enabling them to query context usage, track todos, manage planning documents, and receive intelligent recommendations for context resets.

Installation

Run Command
uv run python -m ccsession

Security Notes

The server primarily uses local file system operations (reading transcript and todo files, writing planning docs) and `subprocess.run` calls for Git CLI commands. While `subprocess.run` inherently carries a risk if inputs are fully user-controlled and unsanitized, the current implementation appears to construct git commands with controlled parameters, mitigating direct injection vulnerabilities. There are no explicit uses of `eval` or network calls beyond standard MCP communication. The biggest potential concern is unintended modifications to planning documents or reporting of sensitive git information if the server runs in an untrusted environment or is given overly broad permissions.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens300
Stars0
Forks0
Last Update2025-12-03

Tags

claude-codemcp-serversession-managementcontext-awarenessdeveloper-tools