← Index

io.github.xultrax-web/agent-memory-mcp

io.github.xultrax-web/agent-memory-mcp·v0.13.2·Memory & RAG
Quality Score
80
/100

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<agent_memory_dir>",
        "AGENT_MEMORY_SCOPE": "<agent_memory_scope>",
        "AGENT_MEMORY_LOG": "<agent_memory_log>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<agent_memory_dir>",
        "AGENT_MEMORY_SCOPE": "<agent_memory_scope>",
        "AGENT_MEMORY_LOG": "<agent_memory_log>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @xultrax-web/agent-memory-mcp
§02  Environment variables
AGENT_MEMORY_DIR

Absolute path to a custom memory storage directory. Overrides the default per-project location.

AGENT_MEMORY_SCOPE

Set to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/.

AGENT_MEMORY_LOG

Log level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio).

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG