Clio-Memory
Provides optional integration with OpenAI-compatible APIs to improve summaries, emotion evaluation, task extraction, topic suggestions, and fact-change candidates.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clio-MemoryWhat did I tell you about my allergies?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Clio Memory
Clio Memory is a self-hosted MCP memory and state system for long-running AI relationships and assistants. It stores source text locally, exposes explicit memory tools, and provides a warm web manager for humans.
Clio is named after the Muse of history in Greek mythology: not because memory should trap a person in the past, but because continuity gives later conversations somewhere real to begin.
This repository is a privacy-clean source shell. It contains no user memory, API key, domain, tunnel credential, manager password, push key, database, log, backup, or private persona.
What it includes
Semantic and keyword hybrid retrieval with local
bge-small-zh-v1.5embeddingsStartup memory index with fixed and flowing layers
Exact source recall with pagination and newest-first reading
Append-only memory writes, write-before snapshots, history retention, and safe split tools
Independent mailbox with search, edit, delete, history, and retention
Feeling memories and V/A mood resonance
Prospective reminders and date-based memory calendar
Fact timeline with automatic candidate detection and human confirmation
Contradiction warnings without silent overwrite
Sealed memory, pin levels, topic cabinet, relations, and retrieval feedback
Unfinished matters, AI treasury, private thoughts, resonance, tension, and state causality
Silence/static state engine, optional Bark actions, and a private editable judge configuration
Dry-run digestion planning that never archives or merges automatically
Authenticated responsive web manager and encrypted exports
Response seal and request diagnostics
See Features for the complete tool list.
Related MCP server: mcp-recall
Quick start
Requirements: Docker Desktop on Windows, or Docker Engine with Compose on Linux.
Windows
git clone https://github.com/dan521627-hash/Clio-Memory.git
cd Clio-Memory
powershell -ExecutionPolicy Bypass -File .\start.ps1Linux / VPS
git clone https://github.com/dan521627-hash/Clio-Memory.git
cd Clio-Memory
chmod +x start.sh
./start.shThe first start creates a private .env, an editable config.yaml, and empty local data directories.
MCP endpoint:
http://127.0.0.1:18001/mcpWeb manager:
http://127.0.0.1:8787Health check:
http://127.0.0.1:18001/health
The default Compose file binds both ports to localhost. It does not create a public tunnel or fixed domain. Public access requires the deployer's own HTTPS reverse proxy and security configuration.
Optional model and push services
The service can run without an API key. When an OpenAI-compatible API is configured, it can improve summaries, emotion evaluation, task extraction, topic suggestions, and fact-change candidates. Put the deployer's own key in .env; never paste it into source files.
Bark delivery is optional and disabled until the deployer supplies a device key and changes behavior mode from rehearsal after testing.
Data ownership
Runtime data lives under ./data, model files under ./models, and exports under ./exports. These directories are ignored by Git. Back them up separately. Never publish them with a fork.
Before exposing the manager or MCP endpoint outside localhost, read Privacy and security.
Project status
This is an experimental personal-memory system, not a medical device or a claim that language models possess biological hormones or human consciousness. State names are computational metaphors used to create continuity and inspectable behavior.
Attribution and license
Clio Memory is based on P0lar1zzZ/Ombre-Brain, released under the MIT License. The original license is preserved in LICENSE. Modifications remain available under the same license.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceSelf-hosted MCP server giving AI agents persistent memory for personalization and context across conversations.230Apache 2.0
- Alicense-qualityCmaintenanceA self-hosted MCP memory server that gives AI assistants persistent, semantic memory by storing facts as vector embeddings locally, supporting semantic search and swappable embedding models.612MIT
- Alicense-qualityDmaintenanceA portable self-hosted memory layer for AI tools, storing context, memories, and handoffs for access from any MCP-compatible client.35MIT
- Alicense-qualityCmaintenanceA local-first memory server for AI tools that provides cross-tool, consent-gated, and auditable memory management via MCP.AGPL 3.0
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dan521627-hash/Clio-Memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server