Agent Memory

Created By
tverneya month ago
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 ago
Updated At
a month ago
Author Name
tverney
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Traveltype Mcp Server

28 minutes ago