Memory MCP
Rank #35,019io.github.j0hanz/memory-mcp
MCP server providing memory-mcp capabilities
Memory MCP is a Model Context Protocol (MCP) server published by j0hanz. It ranks #35,019 of 115,460 servers tracked on MCP Toplist. Memory MCP is listed across 2 registries — Official MCP and PulseMCP, with 4 tracked versions. It was first listed on Feb 18, 2026 and most recently updated on Mar 1, 2026.
Ranks ahead of 80,441 of 115,460 servers on MCP Toplist.
Use Memory MCP
claude mcp add memory-mcp -- npx -y @j0hanz/memory-mcp[mcp_servers.memory-mcp]
command = "npx"
args = ["-y", "@j0hanz/memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"@j0hanz/memory-mcp"
]
}
}
}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.j0hanz%2Fmemory-mcp)<a href="https://mcptoplist.com/server/io.github.j0hanz%2Fmemory-mcp"><img src="https://mcptoplist.com/badge/io.github.j0hanz%2Fmemory-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
j0hanz
Other servers by j0hanz
- Filesystem MCP#2,703 · 52 vers
- Filesystem Context#7,750 · 2 vers
- Fetch URL MCP Server#10,435 · 82 vers
- Code Lens#14,267 · 41 vers
- Cortex MCP#19,220 · 19 vers
- PromptTuner MCP#81,997
- MCP Playwright Server#84,140
- Todokit MCP Server#84,141
- memdb#99,526
Available versions (4)
| Version | Published |
|---|---|
| 1.7.0 | Mar 1, 2026 |
| 1.6.0 | Feb 27, 2026 |
| 1.5.0 | Feb 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Memory MCP?
- Memory MCP is maintained by j0hanz, which publishes 14 MCP servers (200 total versions) tracked on MCP Toplist.
- Is Memory MCP listed on the Official MCP Registry?
- Yes — Memory MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Memory MCP have?
- MCP Toplist tracks 4 versions of Memory MCP, most recently published on Mar 1, 2026.
- Where can I find the source code for Memory MCP?
- The source code for Memory MCP is hosted at github.com/j0hanz/memory-mcp.