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.4.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.4-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.4.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.4.tar.gz
Algorithm Hash digest
SHA256 d0c9cd9945a3ff9262dd054857e5d68e6d572e2175acc4024448be025602e8b3
MD5 d6d0523b14d3adeb3025cfaaa94e855e
BLAKE2b-256 f301a621df09aa92ea8a13a1c24b8034490448e6e774f0a3fb389dd0a6171151

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.4-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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 cc81ada2db0ab064828f063e921d5dce59b9493375d781e510966baa8f29bd32
MD5 d5205db43be0206dcd109634a70d02d7
BLAKE2b-256 c22732230dc0d2b976d838676fddf0dfe6f7320b1ba7e7047d4f8bf653d5a444

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