mcpbeat Sign in

agentmem MCP Server

local only

agentmem runs on your own machine — the client starts it, so there is no endpoint to ping. 97 installs a week from pypi. Last commit 17 Apr 2026.

Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.

Installs per day peak 51 · avg 17 · +0% w/w
a month agotoday
97
Installs / week
pypi · quilmem
3
Stars
0 open issues
17 Apr 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

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

Alternatives to agentmem

same job, measured the same way
Instinct
by yakuphanycl

Self-learning memory for AI coding agents with pattern detection and confidence scoring.

6 installs/wk local only
MemoryGuard
by irisxc4

Local-first governed MCP memory backend for coding agents.

1 539 installs/wk local only
CP Memory
by cjhuochai

Local-first, governable long-term memory for AI coding agents

747 installs/wk local only
MCP Memory Graph
by retrorobai

Authority-weighted memory graph for AI agents with conflict detection and semantic search.

60 installs/wk local only
Rosentic
by rosentic

Deterministic cross-branch conflict detection for AI coding agents

1 794 installs/wk local only
Stompy – AI Memory for Claude & MCP Agents
by stompy

Persistent AI memory with semantic search, conflict detection, and ticketing.

answering
Prism Coder
by dcostenco

Session memory for coding agents: local-first recall, drift detection, on-device inference.

1 183 installs/wk local only
Slowave
by slowave-ai

Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.

local only

agentmem — questions

Answers built from our own checks of this server.

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