agentmem
Rank #28,429io.github.Thezenmonster/agentmem
Governed memory for coding agents. Trust lifecycle, conflict detection, health scoring.
agentmem is a Model Context Protocol (MCP) server published by Thezenmonster. It ranks #28,429 of 115,591 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. agentmem is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 2 tracked versions. It was first listed on Mar 21, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 87,162 of 115,591 servers on MCP Toplist.
Use agentmem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentmem -- uvx quilmem --db ./memory.db --project myproject serve[mcp_servers.agentmem]
command = "uvx"
args = ["quilmem", "--db", "./memory.db", "--project", "myproject", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentmem": {
"command": "uvx",
"args": [
"quilmem",
"--db",
"./memory.db",
"--project",
"myproject",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentmem": {
"command": "uvx",
"args": [
"quilmem",
"--db",
"./memory.db",
"--project",
"myproject",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentmem": {
"type": "stdio",
"command": "uvx",
"args": [
"quilmem",
"--db",
"./memory.db",
"--project",
"myproject",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentmem": {
"command": "uvx",
"args": [
"quilmem",
"--db",
"./memory.db",
"--project",
"myproject",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentmem": {
"command": "uvx",
"args": [
"quilmem",
"--db",
"./memory.db",
"--project",
"myproject",
"serve"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Thezenmonster%2Fagentmem)<a href="https://mcptoplist.com/server/io.github.Thezenmonster%2Fagentmem"><img src="https://mcptoplist.com/badge/io.github.Thezenmonster%2Fagentmem.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
Thezenmonster
Other servers by Thezenmonster
View all Thezenmonster servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.5 | Apr 17, 2026 |
| 0.2.4 | Apr 16, 2026 |
Frequently asked questions
- Who maintains agentmem?
- agentmem is maintained by Thezenmonster, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is agentmem listed on the Official MCP Registry?
- Yes — agentmem is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does agentmem have?
- MCP Toplist tracks 2 versions of agentmem, most recently published on Apr 17, 2026.
- Where can I find the source code for agentmem?
- The source code for agentmem is hosted at github.com/thezenmonster/agentmem.