- Agent Memory
Overview
MCP server that exposes agent-memory-daemon to any MCP-compatible client — Kiro (CLI & IDE), Claude Desktop, Cursor, and others.
The daemon does the thinking (consolidation + extraction); this server is a thin filesystem bridge so agents can read, append, and search memory through the Model Context Protocol.
Server Config
{
"mcpServers": {
"memory": {
"command": "npx",
"args": [
"-y",
"mcp-agent-memory"
],
"env": {
"MEMORY_DIRECTORY": "~/.agent-memory/memory",
"SESSION_DIRECTORY": "~/.agent-memory/sessions"
},
"disabled": false,
"timeout": 30000
}
}
}Project Info
Created At
a month agoUpdated At
a month agoAuthor Name
tverneyStar
-Language
-License
-Tags
Recommend Servers
View AllAirtreks Mcp
@SEKeener
15 hours ago
Gpt Scrambler
2 days ago
Filesystem
@modelcontextprotocol
2 months ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago