An MCP server able to give large language models the power to remember.
Only supports daodao97/chatmcp
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.
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.db
"mcpServers": {
"chatmcp_memory": {
"command": "uvx",
"args": ["chatmcp_memory"]
}
}
pip install chatmcp_memory
python3 -m chatmcp_memory
python3 -m chatmcp_memory --http --bind="127.0.0.1" --port=8090
Server URL: http://127.0.0.1:8090/mcp/