Agent Memory
@tverney
About Agent Memory
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-agent-memory"
],
"env": {
"MEMORY_DIRECTORY": "~/.agent-memory/memory",
"SESSION_DIRECTORY": "~/.agent-memory/sessions"
},
"disabled": false,
"timeout": 30000
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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?
—
More AI & Agents MCP servers
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Comments