chatdb

chatdb

3.5

ChatDB is an MCP server designed to record all conversations with Cursor, providing an easier memory layer for GPT.

Top Comments

ChatDB is a Model Context Protocol (MCP) server that facilitates the recording and management of conversations with Cursor, a tool that interacts with GPT models. By acting as a memory layer, ChatDB allows users to store and retrieve conversation data efficiently, enhancing the interaction experience with GPT. The server is managed using 'uv', a tool for handling Python projects, ensuring smooth installation and configuration. ChatDB is particularly useful for developers and researchers who need to maintain a persistent record of interactions with language models, enabling better analysis and understanding of conversational data.

Features

  • Records all conversations with Cursor for easy retrieval.
  • Acts as a memory layer for GPT, enhancing interaction efficiency.
  • Managed using 'uv' for seamless project handling.
  • Configurable MCP server settings for tailored usage.
  • Open-source under AGPL license, promoting community collaboration.

Usage with Different Platforms

mcp


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