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.8.tar.gz (6.8 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.8-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.8.tar.gz
  • Upload date:
  • Size: 6.8 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.8.tar.gz
Algorithm Hash digest
SHA256 c41f0cf9e81f79fc5dd588c55c51c1ceea00ee0d9dbc02cd997754f07118e150
MD5 f34abfa5c0d2ed9e995750bdf69c5d7c
BLAKE2b-256 208fe9e2548d8147faa039019b8a107656c143e9aac1bf0ffebb2bc1ebfb8051

See more details on using hashes here.

File details

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

File metadata

  • Download URL: chatmcp_memory-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 6.3 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.8-py3-none-any.whl
Algorithm Hash digest
SHA256 3f734b53053efde57ac3384eac981854d754a88570783f831d49ef865e888a36
MD5 bfe0176e9f904ce4bc00f4c217544499
BLAKE2b-256 bc56e3db803da0afd21e5273a5d2a32690ace6e4260ab08a7344ceb49d77b340

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