Skip to main content

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

chatmcp_memory-0.0.3.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chatmcp_memory-0.0.3-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

Details for the file chatmcp_memory-0.0.3.tar.gz.

File metadata

  • Download URL: chatmcp_memory-0.0.3.tar.gz
  • Upload date:
  • Size: 6.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for chatmcp_memory-0.0.3.tar.gz
Algorithm Hash digest
SHA256 51e070522a3b8d75ac64d984ebb86ff5283b55dcdb05de3a162285c30b31b7a1
MD5 0d9d6d511d8b7d663008afef39b84c73
BLAKE2b-256 e60b86c5e64c8d2909d83a7a553b3939fecfb73578d84d11b73111fb90e0b481

See more details on using hashes here.

File details

Details for the file chatmcp_memory-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: chatmcp_memory-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.2

File hashes

Hashes for chatmcp_memory-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 48502d2da08b73f5224714e63414e7e8abd4f5de7f20d858e6e11177e76159fc
MD5 1563a7d0ae524e450ecf8210518699b4
BLAKE2b-256 d22a6d5d75c3bdcc9457563fd1592d64ea875d38fe31aa7ec908164e7de350d5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page