mcpbeat Sign in

AI Agent Memory MCP Server

by xiangzi1126 Your server? Claim it
local only

AI Agent Memory runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from pypi. Last commit 15 Jul 2026.

Agent-agnostic persistent memory MCP server. Local-first: memories travel with your project.

Installs per day peak 28 · avg 15 · -7% w/w
a month agotoday
87
Installs / week
pypi · ai-agent-memory-mcp
0
Stars
0 open issues
15 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check AI Agent Memory 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 ai-agent-memory-mcp -- uvx ai-agent-memory-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ai-agent-memory-mcp": {
      "args": [
        "ai-agent-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ai-agent-memory-mcp]
command = "uvx"
args = ["ai-agent-memory-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ai-agent-memory-mcp": {
      "args": [
        "ai-agent-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ai-agent-memory-mcp": {
      "args": [
        "ai-agent-memory-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to AI Agent Memory

same job, measured the same way
Dense Knowledge
by lucky44k

Local-first MCP memory server for persistent LLM knowledge with BM25 retrieval.

126 installs/wk local only
Aifp MCP
by wjabanjj

Persistent memory MCP server for AI coding assistants. Chinese-first and fully local.

267 installs/wk local only
PMB AI
by oleksiijko

Local-first persistent memory for AI coding agents.

293 installs/wk local only
Persome
by intuition-lab

Local-first personal memory and model server for trusted MCP agents on macOS.

78 installs/wk local only
LLM Kosh
by rastogivaibhav

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

85 installs/wk local only
Memstack
by isiomac

MCP server for persistent, searchable memory for AI agents.

39 installs/wk local only
Memori MCP
by memorilabs

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

107 installs/wk local only
MCP Light Memory
by peterpirog

Local-first persistent memory for coding agents and MCP clients.

local only

AI Agent Memory — questions

Answers built from our own checks of this server.

Why is there no uptime for AI Agent Memory?
AI 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 pypi package ai-agent-memory-mcp was installed 87 times last week.
How do I connect AI 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 ai-agent-memory-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use AI Agent Memory?
The pypi package ai-agent-memory-mcp was installed 87 times in the last week. Week over week that is -7%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AI Agent Memory open source?
Yes — it is published under the MIT licence, written in Python 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.