Repo Memory
Rank #39,510io.github.yubinkim444/repo-memory
Shared, git-tracked working memory for AI agents on the same codebase.
Repo Memory is a Model Context Protocol (MCP) server published by yubinkim444. It ranks #39,510 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Repo Memory is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 2 tracked versions. It was first listed on May 18, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 92,603 of 132,113 servers on MCP Toplist.
Use Repo Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add repo-memory -e "REPO_MEMORY_ROOT=<your REPO_MEMORY_ROOT>" -- uvx repo-memory-mcpReplace each placeholder with your own value before saving.
[mcp_servers.repo-memory]
command = "uvx"
args = ["repo-memory-mcp"]
[mcp_servers.repo-memory.env]
REPO_MEMORY_ROOT = "<your REPO_MEMORY_ROOT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<your REPO_MEMORY_ROOT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<your REPO_MEMORY_ROOT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"repo-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<your REPO_MEMORY_ROOT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<your REPO_MEMORY_ROOT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"repo-memory": {
"command": "uvx",
"args": [
"repo-memory-mcp"
],
"env": {
"REPO_MEMORY_ROOT": "<your REPO_MEMORY_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.yubinkim444%2Frepo-memory)<a href="https://mcptoplist.com/server/io.github.yubinkim444%2Frepo-memory"><img src="https://mcptoplist.com/badge/io.github.yubinkim444%2Frepo-memory.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
yubinkim444
Other servers by yubinkim444
View all yubinkim444 servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.1 | Aug 26, 2026 |
| 0.2.0 | May 20, 2026 |
Frequently asked questions
- Who maintains Repo Memory?
- Repo Memory is maintained by yubinkim444, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Repo Memory listed on the Official MCP Registry?
- Yes — Repo Memory is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does Repo Memory have?
- MCP Toplist tracks 2 versions of Repo Memory, most recently published on Aug 26, 2026.
- Where can I find the source code for Repo Memory?
- The source code for Repo Memory is hosted at github.com/yubinkim444/repo-memory.
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.