Code Memory
Rank #7,061io.github.kapillamba4/code-memory
Local semantic code search with Git history. Works offline, no API key needed.
Code Memory is a Model Context Protocol (MCP) server published by kapillamba4. It ranks #7,061 of 115,460 servers tracked on MCP Toplist, and its repository has 48 GitHub stars. Code Memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Feb 21, 2026 and most recently updated on May 11, 2026.
Ranks ahead of 108,399 of 115,460 servers on MCP Toplist.
Use Code Memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add code-memory -e "CODE_MEMORY_LOG_LEVEL=<your CODE_MEMORY_LOG_LEVEL>" -e "EMBEDDING_MODEL=<your EMBEDDING_MODEL>" -- uvx code-memoryReplace each placeholder with your own value before saving.
[mcp_servers.code-memory]
command = "uvx"
args = ["code-memory"]
[mcp_servers.code-memory.env]
CODE_MEMORY_LOG_LEVEL = "<your CODE_MEMORY_LOG_LEVEL>"
EMBEDDING_MODEL = "<your EMBEDDING_MODEL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-memory": {
"command": "uvx",
"args": [
"code-memory"
],
"env": {
"CODE_MEMORY_LOG_LEVEL": "<your CODE_MEMORY_LOG_LEVEL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-memory": {
"command": "uvx",
"args": [
"code-memory"
],
"env": {
"CODE_MEMORY_LOG_LEVEL": "<your CODE_MEMORY_LOG_LEVEL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"code-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"code-memory"
],
"env": {
"CODE_MEMORY_LOG_LEVEL": "<your CODE_MEMORY_LOG_LEVEL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-memory": {
"command": "uvx",
"args": [
"code-memory"
],
"env": {
"CODE_MEMORY_LOG_LEVEL": "<your CODE_MEMORY_LOG_LEVEL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"code-memory": {
"command": "uvx",
"args": [
"code-memory"
],
"env": {
"CODE_MEMORY_LOG_LEVEL": "<your CODE_MEMORY_LOG_LEVEL>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>"
}
}
}
}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.kapillamba4%2Fcode-memory)<a href="https://mcptoplist.com/server/io.github.kapillamba4%2Fcode-memory"><img src="https://mcptoplist.com/badge/io.github.kapillamba4%2Fcode-memory.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
kapillamba4
Other servers by kapillamba4
View all kapillamba4 servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.32 | May 11, 2026 |
| 1.0.31 | May 10, 2026 |
| 1.0.28 | Mar 15, 2026 |
| 1.0.27 | Mar 2, 2026 |
| 1.0.25 | Feb 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Code Memory?
- Code Memory is maintained by kapillamba4, which publishes 3 MCP servers (8 total versions) tracked on MCP Toplist.
- Is Code Memory listed on the Official MCP Registry?
- Yes — Code Memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Code Memory have?
- MCP Toplist tracks 6 versions of Code Memory, most recently published on May 11, 2026.
- Where can I find the source code for Code Memory?
- The source code for Code Memory is hosted at github.com/kapillamba4/code-memory.