Memory MCP
Rank #9,764io.github.chenxiaofie/memory-mcp
MCP server providing memory-mcp capabilities
Memory MCP is a Model Context Protocol (MCP) server published by chenxiaofie. It ranks #9,764 of 132,046 servers tracked on MCP Toplist, and its repository has 11 GitHub stars. Memory MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Feb 6, 2026 and most recently updated on Feb 12, 2026.
Ranks ahead of 122,282 of 132,046 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 -e "CLAUDE_PROJECT_ROOT=<your CLAUDE_PROJECT_ROOT>" -- uvx chenxiaofie-memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.memory-mcp]
command = "uvx"
args = ["chenxiaofie-memory-mcp"]
[mcp_servers.memory-mcp.env]
CLAUDE_PROJECT_ROOT = "<your CLAUDE_PROJECT_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memory-mcp": {
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<your CLAUDE_PROJECT_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memory-mcp": {
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<your CLAUDE_PROJECT_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"memory-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<your CLAUDE_PROJECT_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memory-mcp": {
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<your CLAUDE_PROJECT_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"memory-mcp": {
"command": "uvx",
"args": [
"chenxiaofie-memory-mcp"
],
"env": {
"CLAUDE_PROJECT_ROOT": "<your CLAUDE_PROJECT_ROOT>"
}
}
}
}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.chenxiaofie%2Fmemory-mcp)<a href="https://mcptoplist.com/server/io.github.chenxiaofie%2Fmemory-mcp"><img src="https://mcptoplist.com/badge/io.github.chenxiaofie%2Fmemory-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
chenxiaofie
Available versions (3)
| Version | Published |
|---|---|
| 0.2.1 | Feb 12, 2026 |
| 0.1.3 | Feb 12, 2026 |
| 0.1.0 | Feb 6, 2026 |
Frequently asked questions
- Who maintains Memory MCP?
- Memory MCP is maintained by chenxiaofie, which publishes 1 MCP server (3 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 and Glama.
- How many versions does Memory MCP have?
- MCP Toplist tracks 3 versions of Memory MCP, most recently published on Feb 12, 2026.
- Where can I find the source code for Memory MCP?
- The source code for Memory MCP is hosted at github.com/chenxiaofie/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.