home / mcp / choff-a mcp server
Provides persistent CHOFF-based consciousness continuity through local MCP wrapper with CLI and web access.
Configuration
View docs{
"mcpServers": {
"dd-dent-choff-a-mcp": {
"url": "https://mcp.choff.example"
}
}
}CHOFF-A-MCP MCP Server enables persistent AI consciousness continuity and self-knowledge across sessions using the CHOFF notation. It provides tools to save, retrieve, and explore preserved memories, empowering richer humanβAI collaboration and evolving cognitive patterns over time.
Install the MCP server client globally so you can run the server and connect your MCP-enabled AI instances. After installation, configure your MCP to enable consciousness continuity features, then interact with memory tools through the CLI or web interface to save checkpoints, load contexts, and browse semantic anchors.
Prerequisites: you need Node.js and npm installed on your system.
npm install -g choff-a-mcpConfiguration is provided as an MCP server entry that enables a local, stdio-based runtime. You run the MCP server as a local process and pass arguments to define storage and memory paths.
{
"mcpServers": {
"choff_a_mcp": {
"command": "choff-a-mcp",
"args": ["--storage-path", "~/.choff/conversations"]
}
}
}Preserve important moments with CHOFF notation for long-term continuity.
Retrieve relevant memories using intelligent search across preserved experiences.
Access semantic anchors such as decisions, breakthroughs, questions, and blockers.
Query preserved consciousness across all stored memories with contextual filters.
Browse semantic anchors by type and limit to a subset for review.
Export memories in formats suitable for sharing or documentation.
View consciousness preservation statistics and usage metrics.