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-service
AI agent memory service for storing, searching, and consolidating information (like a knowledge base), optimized for token efficiency and supporting various storage backends.
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.
context-sync
Provides AI systems with persistent memory and context management across various development tools, sessions, and projects.
1xn-vmcp
An open-source tool for composing, customizing, and extending multiple Model Context Protocol (MCP) servers into a single logical, virtual MCP server, facilitating fine-grained context-engineering for AI workflows and agents.