Memory MCP
Rank #8,369io.github.yuvalsuede/memory-mcp
MCP server providing memory-mcp capabilities
Memory MCP is a Model Context Protocol (MCP) server published by yuvalsuede. It ranks #8,369 of 132,113 servers tracked on MCP Toplist, and its repository has 98 GitHub stars. Memory MCP is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Jan 28, 2026 and most recently updated on Jan 29, 2026.
Ranks ahead of 123,744 of 132,113 servers on MCP Toplist.
Use Memory MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memory-mcp -- npx -y claude-code-memory[mcp_servers.memory-mcp]
command = "npx"
args = ["-y", "claude-code-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-code-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memory-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-memory"
]
}
}
}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.yuvalsuede%2Fmemory-mcp)<a href="https://mcptoplist.com/server/io.github.yuvalsuede%2Fmemory-mcp"><img src="https://mcptoplist.com/badge/io.github.yuvalsuede%2Fmemory-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
yuvalsuede
Other servers by yuvalsuede
View all yuvalsuede servers →Available versions (2)
| Version | Published |
|---|---|
| 1.2.1 | Jan 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Memory MCP?
- Memory MCP is maintained by yuvalsuede, which publishes 3 MCP servers (5 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 Glama and PulseMCP.
- How many versions does Memory MCP have?
- MCP Toplist tracks 2 versions of Memory MCP, most recently published on Jan 29, 2026.
- Where can I find the source code for Memory MCP?
- The source code for Memory MCP is hosted at github.com/yuvalsuede/memory-mcp.
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.