mcpbeat Sign in

Agent Memory MCP Server

local only

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

Git-native project memory for AI coding agents: Markdown source of truth, reviewable, secret-safe.

Installs per day peak 435 · avg 26 · -64% w/w
a month agotoday
113
Installs / week
npm · @xchucx/agent-memory
11
Stars
1 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Go

What the code does

We read the source, 20 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.

File ships in the package but is absent from the source [пакет] bin/agent-memory.js:1
этот файл ставится пользователю, но в репозитории его нет
  const r = spawnSync(bin, process.argv.slice(2), { stdio: 'inherit' });

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 -- npx -y @xchucx/agent-memory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-memory": {
      "args": [
        "-y",
        "@xchucx/agent-memory"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-memory]
command = "npx"
args = ["-y", "@xchucx/agent-memory"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-memory": {
      "args": [
        "-y",
        "@xchucx/agent-memory"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-memory": {
      "args": [
        "-y",
        "@xchucx/agent-memory"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agent Memory

same job, measured the same way
Memdocs
by silversurfer562

Git-native project memory for AI assistants with enterprise-grade audit compliance

466 installs/wk local only
Changegamer
by beneb89

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

14 tools answering
q-ring
by i4ctime

OS keychain secrets for AI coding agents, over MCP.

712 installs/wk local only
MCP Oci
by dockndevai

Oracle Cloud discovery + Terraform generation for AI agents — read-only, secret-safe.

257 installs/wk local only
C
Agents
by obsmetrics-paygent

Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

7 tools answering
Switchboard
by wkoverfield

One firewall and password manager for all your AI coding agents' MCP servers and secrets.

89 installs/wk local only
MCP Debezium
by dockndevai

Debezium / Kafka Connect CDC connector management for AI agents — governed, secret-safe.

323 installs/wk local only
Tokenectomy Razor
by daffa2555

Autonomous log surgery & secret redaction MCP server for AI coding agents.

local only

Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Memory?
Agent Memory 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 @xchucx/agent-memory was installed 113 times last week.
How do I connect Agent Memory?
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 @xchucx/agent-memory straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Memory?
The npm package @xchucx/agent-memory was installed 113 times in the last week. Week over week that is -64%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Memory open source?
Yes — it is published under the Apache-2.0 licence, written in Go, 11 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.