MCP.so
Sign In

ChatDB

@Svtter

About ChatDB

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

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is ChatDB?

ChatDB is an MCP server that records all your conversations with Cursor. It serves as an easier memory layer for GPT.

How to use ChatDB?

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.

Key features of ChatDB

  • 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

Use cases of ChatDB

FAQ from ChatDB

Comments

More Other MCP servers