Agent Memory
@tverney
Agent Memory について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-agent-memory"
],
"env": {
"MEMORY_DIRECTORY": "~/.agent-memory/memory",
"SESSION_DIRECTORY": "~/.agent-memory/sessions"
},
"disabled": false,
"timeout": 30000
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Agent Memory?
Agent Memory is an MCP server that exposes an agent-memory-daemon to any MCP-compatible client. The server acts as a thin filesystem bridge so that agents can read, append, and search memory through the Model Context Protocol, while the daemon handles consolidation and extraction.
How to use Agent Memory?
—
Key features of Agent Memory
- Exposes agent-memory-daemon via the Model Context Protocol
- Acts as a lightweight filesystem bridge for memory operations
- Supports reading, appending, and searching agent memory
- Compatible with Kiro, Claude Desktop, Cursor, and other MCP clients
- Separates memory storage (server) from consolidation and extraction (daemon)
Use cases of Agent Memory
- Allow AI agents to persist and retrieve memories across different sessions
- Enable memory search functionality for any MCP-compatible client
- Decouple memory management logic from client-specific implementations
FAQ from Agent Memory
Which clients does Agent Memory work with?
Agent Memory works with any MCP-compatible client, including Kiro (CLI & IDE), Claude Desktop, Cursor, and others.
What is the difference between the server and the daemon?
The agent-memory-daemon handles the thinking—consolidation and extraction—while the server is a thin filesystem bridge that enables memory operations through MCP.
What memory operations does Agent Memory support?
The server enables agents to read, append, and search memory through the Model Context Protocol.
What are the runtime dependencies of Agent Memory?
—
「AI とエージェント」の他のコンテンツ
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
コメント