A
securityF
licenseA
qualityThis MCP server provides persistent memory integration for chat applications by utilizing a local knowledge graph to remember user information across interactions.
Last updated -
9
55,855
5
JavaScript
感情分析と自動会話保存をサポートするインタラクティブなジャーナリング セッションを処理するように設計された MCP (メッセージ制御プロトコル) サーバー。
Claude Desktop の MCP クライアントに依存します。
サーバーは、.env ファイル内の環境変数を使用して構成できます。
JOURNAL_DIR
: ジャーナルファイルを保存するディレクトリ (デフォルト: ~/Documents/journal)FILENAME_PREFIX
: ファイル名のプレフィックス (デフォルト: "journal")FILE_EXTENSION
: ジャーナルファイルの拡張子(デフォルト: 「.md」)指定しない場合はデフォルト値が使用されます。
ジャーナル エントリは次の構造で保存されます。
各ジャーナルエントリには次の内容が含まれます。
start_new_session()
: 新しいジャーナリングセッションを開始するrecord_interaction(user_message, assistant_message)
: メッセージ交換を記録するgenerate_session_summary(summary)
: セッションサマリーを生成して保存するget_recent_journals()
: 最新の5件のエントリを取得するjournals://recent
: 最近のジャーナルエントリにアクセスするためのエンドポイントstart_journaling
: 初期プロンプトlocal-only server
The server can only run on the client's local machine because it depends on local resources.
MCP サーバーは、Claude とのチャットをジャーナリング セッションに変換し、会話をローカルに保存して、LLM が以前のセッションを取得できるようにし、日常の活動に関する議論に継続性を生み出します。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mtct/journaling_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server