AnchorDB for Cline
io.github.jolovicdev/anchordb
Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.
client:Cline
transport:stdio
runtime:oci
Install AnchorDB in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs