peon-mem
Rank #6,268io.github.VineetV2/peon-mem
Local-first memory brain for AI coding agents: hooks capture sessions, beliefs injected per prompt.
peon-mem is a Model Context Protocol (MCP) server published by VineetV2. It ranks #6,268 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. peon-mem is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jul 22, 2026 and most recently updated on Sep 11, 2026.
Ranks ahead of 125,778 of 132,046 servers on MCP Toplist.
Use peon-mem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add peon-mem -e "PEON_DAEMON_URL=<your PEON_DAEMON_URL>" -- npx -y peon-memReplace each placeholder with your own value before saving.
[mcp_servers.peon-mem]
command = "npx"
args = ["-y", "peon-mem"]
[mcp_servers.peon-mem.env]
PEON_DAEMON_URL = "<your PEON_DAEMON_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"peon-mem": {
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<your PEON_DAEMON_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"peon-mem": {
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<your PEON_DAEMON_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"peon-mem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<your PEON_DAEMON_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"peon-mem": {
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<your PEON_DAEMON_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"peon-mem": {
"command": "npx",
"args": [
"-y",
"peon-mem"
],
"env": {
"PEON_DAEMON_URL": "<your PEON_DAEMON_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.VineetV2%2Fpeon-mem)<a href="https://mcptoplist.com/server/io.github.VineetV2%2Fpeon-mem"><img src="https://mcptoplist.com/badge/io.github.VineetV2%2Fpeon-mem.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
VineetV2
Available versions (7)
| Version | Published |
|---|---|
| 1.0.9 | Sep 11, 2026 |
| 1.0.7 | Sep 10, 2026 |
| 1.0.6 | Sep 1, 2026 |
| 1.0.5 | Sep 1, 2026 |
| 1.0.4 | Aug 17, 2026 |
| 1.0.3 | Aug 17, 2026 |
| 1.0.2 | Jul 22, 2026 |
Frequently asked questions
- Who maintains peon-mem?
- peon-mem is maintained by VineetV2, which publishes 1 MCP server (7 total versions) tracked on MCP Toplist.
- Is peon-mem listed on the Official MCP Registry?
- Yes — peon-mem is listed on the Official MCP Registry, alongside Glama.
- How many versions does peon-mem have?
- MCP Toplist tracks 7 versions of peon-mem, most recently published on Sep 11, 2026.
- Where can I find the source code for peon-mem?
- The source code for peon-mem is hosted at github.com/VineetV2/peon-mem.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.