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

コメント

「その他」の他のコンテンツ