mcpbeat Sign in

Agent Memory MCP Server

local only

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

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

Installs per day peak 13 · avg 5 · +89% w/w
a month agotoday
32
Installs / week
npm · @kiraautonoma/agent-memory-mcp
0
Stars
0 open issues
23 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Agent Memory MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: MEMORY_DB_PATH (Path to SQLite database file (default: ~/.agent-memory/memory.db)). 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
Seam Runtime
by blackhatshiftey

SEAM: local-first memory runtime for AI agents, with retrieval and glassbox provenance over MCP.

46 installs/wk local only
Recite MCP
by rivradev

Local MCP server for Recite receipt processing with ledger and memory tools.

110 installs/wk local only
Mem Context
by turbyho

Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation

176 installs/wk local only
Memori MCP
by memorilabs

Memori MCP server — persistent AI memory with recall and augmentation tools

107 installs/wk local only
Bilinc
by atakanelik34

Hosted agent memory with provenance, contradiction surfacing, and snapshot rollback.

340 installs/wk local only
Tacitus MCP Server
by ionasrobert

Long-term memory for AI agents: local-first PKM with provenance and hybrid search.

33 installs/wk local only
I
MCP Ordali Memory
by robin-deruyck

MCP server for Ordali memory: SQLite-backed project memory and governance traces.

35 installs/wk local only
Charactercheck
by chaoz23

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

181 installs/wk local only

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 @kiraautonoma/agent-memory-mcp was installed 32 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 @kiraautonoma/agent-memory-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Memory MCP?
The npm package @kiraautonoma/agent-memory-mcp was installed 32 times in the last week. Week over week that is +89%. 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 TypeScript and 0 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.