ccontext
Verified Safeby ChesterRa
Overview
Manages a persistent, shared execution context for AI agents across sessions, enabling project coordination and memory.
Installation
CCONTEXT_ROOT=/path/to/project ccontext-mcpEnvironment Variables
- CCONTEXT_ROOT
Security Notes
The server operates locally via standard I/O (stdio), limiting direct network attack surface. File operations are confined to a designated 'context/' directory within a specified project root, mitigating arbitrary file system access. Input validation is present for tool arguments, and `yaml.safe_load` is used to parse configuration, reducing YAML deserialization risks. `fcntl` is used for local file locking, not arbitrary code execution. No hardcoded secrets or direct 'eval' statements were found.
Similar Servers
mcp-memory-keeper
Provides persistent context management for Claude AI coding assistants, ensuring work history, decisions, and progress are preserved across sessions and context limits.
iron-manus-mcp
Orchestrates AI workflows with an 8-phase control flow and focused tools, acting as a Model Context Protocol (MCP) server for complex project management.
knowns
A CLI-first knowledge layer and task/documentation management tool that provides AI agents with persistent project context.
1xn-vmcp
An open-source platform for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, enabling fine-grained context engineering for AI workflows and agents.