Memory MCP Server
メモリMCPサーバー
ローカル ファイルに保存されたメモリを保存、取得、管理するためのツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
オプションのタグを使用してテキストメモリを保存する
テキストまたはタグで思い出を検索
保存されたすべての記憶を取得する
特定の記憶を削除する
タグの使用統計を表示する
ローカルJSONファイルへの永続的な保存
Related MCP server: Claude Continuity MCP Server
インストール
ソースから
このリポジトリをクローンする
依存関係をインストールします:
npm installサーバーを構築します。
npm run build
使用法
サーバーの実行
次のコマンドでサーバーを実行します。
npm start -- [storage-path]ここで、 storage-pathは、memory ファイルを保存するディレクトリです (デフォルトは現在のディレクトリ)。
Claude for Desktop の設定
このサーバーをClaude for Desktopで使用するには:
Claude for Desktop の構成ファイルを開きます。
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
サーバー構成を追加します。
{
"mcpServers": {
"memory": {
"command": "node",
"args": [
"/path/to/mcp-memory-server/build/index.js",
"/path/to/storage/directory"
]
}
}
}Claude for Desktop を再起動してください。変更を有効にするには、実行中の Claude プロセスを強制終了する必要がある場合があります。
利用可能なツール
サーバーは次のツールを公開します。
store-memory
新しいメモリを保存します。
パラメータ:
content(文字列、必須): 保存するテキストコンテンツtags(文字列の配列、オプション): メモリを分類するためのタグ
search-memories
思い出を探します。
パラメータ:
searchTerm(文字列、オプション): メモリコンテンツ内で検索するテキストtag(文字列、オプション):このタグで思い出をフィルタリングする
get-all-memories
保存されているすべてのメモリを取得します。
パラメータ: なし
delete-memory
ID でメモリを削除します。
パラメータ:
id(文字列、必須): 削除するメモリのID
get-tags-summary
使用されたすべてのタグの概要を取得します。
パラメータ: なし
クロードでの使用例
Claude で使用するクエリの例を次に示します。
「この情報を保存してください: プロジェクトの締め切りは 2025 年 3 月 15 日です。タグ: 作業、締め切り」
「仕事に関連した思い出は何か?」
「私の思い出を全部見せて」
「ID abc123のメモリを削除」
「思い出の中でどんなタグを使ったことがあるだろうか?」
ファイル構造
サーバーは、指定されたストレージ ディレクトリ内のmemories.jsonという名前のファイルにメモリを保存します。
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.116MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides persistent memory and conversation continuity for Claude Desktop and Claude Code, allowing users to save and restore project context when threads hit token limits.MIT
- AlicenseAqualityCmaintenancePersistent memory MCP server that allows Claude to store, organize, and retrieve knowledge across sessions without consuming context window tokens.2417MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that gives Claude a persistent personal notebook. Notes are stored on disk as JSON, so they survive restarts and are shared across every tool and resource.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Person-owned AI memory that learns, not just stores — portable context for any MCP client.
One memory, every AI: Claude, ChatGPT, Perplexity, Gemini, Cursor, OpenClaw, Hermes, any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grizzlypeaksoftware/mcp-memory-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server