Back to Home
ChesterRa icon

ccontext

Verified Safe

by ChesterRa

Overview

Manages a persistent, shared execution context for AI agents across sessions, enabling project coordination and memory.

Installation

Run Command
CCONTEXT_ROOT=/path/to/project ccontext-mcp

Environment 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

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-13

Tags

AI agentcontext managementlocal-firstMCP serverproject management