chatmcp_memory
Click on "Deploy 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., "@chatmcp_memorywhat did we discuss about project plans?"
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.
chatmcp_memory
An MCP server able to give large language models the power to remember. Only supports daodao97/chatmcp
Principle
daodao97/chatmcp uses SQLite to store chat history between users and the LLM. Therefore, chatmcp_memory can directly query SQLite to retrieve previous conversations, achieving memory retrieval.
Related MCP server: mcp-openmemory
Usage
chatmcp_memory will attempt to automatically discover the location of chatmcp.db.
Of course, it can also be specified via environment variables.
export DB_FILE_PATH=/tmp/chatmcp.db1. use with uvx
"mcpServers": {
"chatmcp_memory": {
"command": "uvx",
"args": ["chatmcp_memory"]
}
}2.Install and Run
pip install chatmcp_memoryMethod 1: Run with transport 'stdio'
python3 -m chatmcp_memoryMethod 2: Run with transport 'streamable-http'
python3 -m chatmcp_memory --http --bind="127.0.0.1" --port=8090Server URL: http://127.0.0.1:8090/mcp/
This server cannot be deployed
Maintenance
Related MCP Connectors
Persistent memory for AI agents — log and recall conversation context over MCP.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
- mcpOAuthai.butlerbrain
Persistent memory for AI assistants. Save once; recall from Claude, ChatGPT, or any MCP client.
Persistent memory for AI agents across Claude, ChatGPT and any MCP client.
Related MCP Servers
- FlicenseNot gradedqualityNot gradedmaintenanceEnables ChatGPT Desktop to save and manage conversation memories locally in SQLite, with features for searching past conversations, creating summaries, and exporting dialogues to markdown files.-
- AlicenseAqualityDmaintenanceEnables Claude to remember conversations and learn over time by storing and recalling messages, memory abstracts, and recent history using a local SQLite database.411 npm71MIT
- FlicenseNot gradedqualityDmaintenanceProvides persistent memory management with SQLite, enabling storage and retrieval of conversational context with metadata via MCP tools and REST API.-
- AlicenseNot gradedqualityBmaintenanceCentralizes verbatim local AI conversation history into a SQLite database and exposes it via an MCP server, enabling tools like Claude Code and Codex to retrieve exact context from other tools.2 npmMIT