MCP ExplorerExplorer

Chatdb

@Svtteron 19 days ago
1 NOASSERTION
FreeCommunity
AI Systems
#llms#mcp-server#memory
A small mcp service to record things in sqlite. A simple GPT memory layer. ;)

Overview

What is Chatdb

ChatDB is a small MCP service designed to record conversations using SQLite, serving as a simple memory layer for GPT models.

Use cases

Use cases for ChatDB include enhancing chatbot memory, storing user interactions for analysis, and improving user experience in conversational AI applications.

How to use

To use ChatDB, configure it as an MCP server by specifying the database path in the provided JSON format and running the ‘uv sync’ command to manage the Python project.

Key features

Key features of ChatDB include easy integration with GPT models, lightweight SQLite database for storing conversations, and a straightforward setup process.

Where to use

ChatDB can be used in various fields such as AI development, chatbots, and any application requiring conversational memory storage.

Content

ChatDB

This is an MCP server that records all your conversations with Cursor.

A easier memory layer for gpt.

Install

We use uv to manage the python project.

uv sync

Usage

Config this to MCP server.

{
  "mcpServers": {
    "chatdb": {
      "commands": "",
      "env": {
        "DB_PATH": "<your-database-path>"
      }
    }
  }
}

Related Work

LICENSE

AGPL

Tools

No tools

Comments