memgit
Rank #11,739dev.memgit/memgit
Git for AI memory — version-controlled, searchable context that persists across sessions
memgit is a Model Context Protocol (MCP) server published by code4161. It ranks #11,739 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. memgit is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 1, 2026 and most recently updated on Sep 20, 2026.
Ranks ahead of 120,307 of 132,046 servers on MCP Toplist.
Use memgit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add memgit -- npx -y memgit-mcpclaude mcp add memgit -- uvx memgit serve[mcp_servers.memgit]
command = "npx"
args = ["-y", "memgit-mcp"]Add to ~/.codex/config.toml.
[mcp_servers.memgit]
command = "uvx"
args = ["memgit", "serve"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"memgit": {
"command": "npx",
"args": [
"-y",
"memgit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memgit": {
"command": "uvx",
"args": [
"memgit",
"serve"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"memgit": {
"command": "npx",
"args": [
"-y",
"memgit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"memgit": {
"command": "uvx",
"args": [
"memgit",
"serve"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"memgit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memgit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"memgit": {
"type": "stdio",
"command": "uvx",
"args": [
"memgit",
"serve"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"memgit": {
"command": "npx",
"args": [
"-y",
"memgit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memgit": {
"command": "uvx",
"args": [
"memgit",
"serve"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"memgit": {
"command": "npx",
"args": [
"-y",
"memgit-mcp"
]
}
}
}{
"mcpServers": {
"memgit": {
"command": "uvx",
"args": [
"memgit",
"serve"
]
}
}
}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/dev.memgit%2Fmemgit)<a href="https://mcptoplist.com/server/dev.memgit%2Fmemgit"><img src="https://mcptoplist.com/badge/dev.memgit%2Fmemgit.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
code4161
Available versions (4)
| Version | Published |
|---|---|
| 0.12.0 | Sep 20, 2026 |
| 0.11.0 | Sep 11, 2026 |
| 0.10.0 | Sep 6, 2026 |
| 0.9.1 | Aug 14, 2026 |
Frequently asked questions
- Who maintains memgit?
- memgit is maintained by code4161, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is memgit listed on the Official MCP Registry?
- Yes — memgit is listed on the Official MCP Registry, alongside Glama.
- How many versions does memgit have?
- MCP Toplist tracks 4 versions of memgit, most recently published on Sep 20, 2026.
- Where can I find the source code for memgit?
- The source code for memgit is hosted at github.com/code4161/memgit.
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.