ChatDB

by Svtter

1 stars
317 downloads
Not rated
GitHub

About

A small mcp service to record things in sqlite. A simple GPT memory layer. ;)

Details

Author
Svtter
GitHub stars
1
Downloads
317
Categories
Other, AI

- Records all Cursor conversations
- Acts as an easier memory layer for GPT
- Uses uv for Python project management
- Configurable database path via environment variable
- Simple MCP integration

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name ChatDB
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install using uv sync. Then configure the MCP server by adding the JSON snippet from the README to your MCP configuration, setting the DB_PATH environment variable to your desired database path.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "chatdb": {
            "chatdb": {
                "command": "uv",
                "args": [
                    "sync"
                ]
            }
        }
    }
}

McpServers

{
    "chatdb": {
        "command": "uv",
        "args": [
            "sync"
        ]
    }
}

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

- huchenxucs/ChatDB 大模型自己建库建表

LICENSE

AGPL

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.