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

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.6.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.6.tar.gz
Algorithm Hash digest
SHA256 09831f92e9d99064c4b8e28b246d31b5b2ae98faa10fe3fd6684b462a27164e3
MD5 1717f46970e06599b2f8873c221035b2
BLAKE2b-256 8344727bd682b26caf860ff2b5a4ca3e87b2bfb3ecb1327fda83a1b01723ad24

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 0971e8ad11afa8e62623cd3136f4239b68e3e042277bc85847108813a98d4d18
MD5 178c19907c8f2dd1f17201f83a94efc1
BLAKE2b-256 cdf17494d0d66a7c3a1c6c46f70e3002cb16b3b5b9737bdbe0585bb6fb7423f3

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