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.5.tar.gz (6.7 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.5-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.5.tar.gz
  • Upload date:
  • Size: 6.7 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.5.tar.gz
Algorithm Hash digest
SHA256 bf715883523591d42767d0ab696e54a7af0440c58754b3108c58d493ebd8aa47
MD5 ae6a31c164be54e12a1497f6d43fd144
BLAKE2b-256 4a49f867b191affa3a481d15316f74ff5235dc31bbd62a5f513f9e53c2697ce1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 6.2 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 289f469af80d54a47637472337fa71caec9939265b2f5e1227f706c120f82447
MD5 32a7ca6ee180fdfff1959f08e3d678a9
BLAKE2b-256 75437041978d32dcd1948742a9370c1da9c73717e4be6f80cf3971937c29bece

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