AnchorDB
Rank #13,596io.github.jolovicdev/anchordb
Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.
AnchorDB is a Model Context Protocol (MCP) server published by jolovicdev. It ranks #13,596 of 132,046 servers tracked on MCP Toplist. AnchorDB is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on Aug 15, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 118,450 of 132,046 servers on MCP Toplist.
Use AnchorDB
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add anchordb -- docker run -i --rm ghcr.io/jolovicdev/anchor-db:1.0.6[mcp_servers.anchordb]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/jolovicdev/anchor-db:1.0.6"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"anchordb": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}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.jolovicdev%2Fanchordb)<a href="https://mcptoplist.com/server/io.github.jolovicdev%2Fanchordb"><img src="https://mcptoplist.com/badge/io.github.jolovicdev%2Fanchordb.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
jolovicdev
Available versions (5)
| Version | Published |
|---|---|
| 1.0.6 | Aug 15, 2026 |
| 1.0.5 | Aug 15, 2026 |
| 1.0.4 | Aug 15, 2026 |
| 1.0.3 | Aug 15, 2026 |
| 1.0.2 | Aug 15, 2026 |
Frequently asked questions
- Who maintains AnchorDB?
- AnchorDB is maintained by jolovicdev, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is AnchorDB listed on the Official MCP Registry?
- Yes — AnchorDB is listed on the Official MCP Registry, alongside Glama.
- How many versions does AnchorDB have?
- MCP Toplist tracks 5 versions of AnchorDB, most recently published on Aug 15, 2026.
- Where can I find the source code for AnchorDB?
- The source code for AnchorDB is hosted at github.com/jolovicdev/anchor-db.
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.