MCP.so
登录

ChatDB

@Svtter

关于 ChatDB

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

基本信息

分类

其他

许可证

NOASSERTION

运行时

python

传输方式

stdio

发布者

Svtter

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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

评论

其他 分类下的更多 MCP 服务器