An MCP server able to give large language models the power to remember.
Project description
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.
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.db
1. use with uvx
"mcpServers": {
"chatmcp_memory": {
"command": "uvx",
"args": ["chatmcp_memory"]
}
}
2.Install and Run
pip install chatmcp_memory
Method 1: Run with transport 'stdio'
python3 -m chatmcp_memory
Method 2: Run with transport 'streamable-http'
python3 -m chatmcp_memory --http --bind="127.0.0.1" --port=8090
Server URL: http://127.0.0.1:8090/mcp/
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chatmcp_memory-0.0.8.tar.gz.
File metadata
- Download URL: chatmcp_memory-0.0.8.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c41f0cf9e81f79fc5dd588c55c51c1ceea00ee0d9dbc02cd997754f07118e150
|
|
| MD5 |
f34abfa5c0d2ed9e995750bdf69c5d7c
|
|
| BLAKE2b-256 |
208fe9e2548d8147faa039019b8a107656c143e9aac1bf0ffebb2bc1ebfb8051
|
File details
Details for the file chatmcp_memory-0.0.8-py3-none-any.whl.
File metadata
- Download URL: chatmcp_memory-0.0.8-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f734b53053efde57ac3384eac981854d754a88570783f831d49ef865e888a36
|
|
| MD5 |
bfe0176e9f904ce4bc00f4c217544499
|
|
| BLAKE2b-256 |
bc56e3db803da0afd21e5273a5d2a32690ace6e4260ab08a7344ceb49d77b340
|