mcpbeat Sign in

Agent Memory MCP Server

by xultrax-web Your server? Claim it
local only

Agent Memory MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from npm. Last commit 27 Jun 2026.

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

Installs per day peak 44 · avg 13 · +582% w/w
a month agotoday
113
Installs / week
npm · @xultrax-web/agent-memory-mcp
1
Stars
0 open issues
27 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/tui.tsx:189
      const result = spawnSync(editor, [fp], { stdio: "inherit" });
Reads files and sends them to the network src/index.ts:54
  readdirSync,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-memory-mcp -- npx -y @xultrax-web/agent-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-memory-mcp]
command = "npx"
args = ["-y", "@xultrax-web/agent-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "args": [
        "-y",
        "@xultrax-web/agent-memory-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Memory MCP

same job, measured the same way
Krimto
by krimto-labs

Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0.

58 installs/wk local only
Engrava
by sovantica

Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.

151 installs/wk local only
MADB — Agent Memory Database
by spshkar84

Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.

855 installs/wk local only
MCP Notion
by infoinlet-marketplace

Notion for AI agents — search, read pages/blocks, query databases, create pages.

27 installs/wk local only
Echo Memory
by ayushcodes10

Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.

answering
Grimoire
by ttrpg

Campaign manager for D&D and TTRPG GMs: your AI reads and writes a live typed campaign database.

answering
Notion MCP Server
by awkoy

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

2 834 installs/wk local only
DB Planner
by dbplanner

Read and edit DB Planner database schemas, diagrams and board layouts as an AI agent.

answering

Agent Memory MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Memory MCP?
Agent Memory MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @xultrax-web/agent-memory-mcp was installed 113 times last week.
How do I connect Agent Memory MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @xultrax-web/agent-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Memory MCP?
The npm package @xultrax-web/agent-memory-mcp was installed 113 times in the last week. Week over week that is +582%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Memory MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.