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": ["--from", "chatmcp_memory", "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.2.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.2-py3-none-any.whl (6.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.2.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.2.tar.gz
Algorithm Hash digest
SHA256 94ca6143ac17c7ebd1441bef421c8b669d49f718cc1b50be09614004bfb98484
MD5 6046a663192785d24bdab2a520ad1493
BLAKE2b-256 5cb39f1a6538fd4a4a2298430d7f1ea2004eabd79f3f89d179fb7f269e667030

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.2-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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 fd29cd856171e63342730a57c6c77577b9c594c472696f235d3ffc5ae1215763
MD5 d3f3aa3513deaf24de62856ead5ca7de
BLAKE2b-256 706bf5721e6b280818e8f064654ea2b0c02f2f4d5ce8132d642a241e27704c9e

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