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.
We read the source, 18 h ago · rules 3dff92dd89df
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.
const result = spawnSync(editor, [fp], { stdio: "inherit" });
readdirSync,
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add agent-memory-mcp -- npx -y @xultrax-web/agent-memory-mcp
{
"mcpServers": {
"agent-memory-mcp": {
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.agent-memory-mcp]
command = "npx"
args = ["-y", "@xultrax-web/agent-memory-mcp"]
{
"mcpServers": {
"agent-memory-mcp": {
"args": [
"-y",
"@xultrax-web/agent-memory-mcp"
],
"command": "npx"
}
}
}
{
"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.
Memory for AI coding agents — markdown in your own git, not a vendor database. Apache-2.0.
Tamper-evident audit, MindQL, and Action Records — embedded memory database for AI agents.
Durable causal memory for AI agents — semantic recall, causal lineage, and skills. Local-first.
Notion for AI agents — search, read pages/blocks, query databases, create pages.
Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.
Campaign manager for D&D and TTRPG GMs: your AI reads and writes a live typed campaign database.
Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.
Read and edit DB Planner database schemas, diagrams and board layouts as an AI agent.
Answers built from our own checks of this server.