Inkwell for Cline
io.github.veronchenko/inkwell-memory
Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links
client:Cline
transport:stdio
runtime:oci
Install Inkwell 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": {
"inkwell-memory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/foreigndmitryi/inkwell-memory:0.14.0"
],
"env": {
"INKWELL_DATA_PATH": "<INKWELL_DATA_PATH>",
"INKWELL_ENABLE_DASHBOARD": "<INKWELL_ENABLE_DASHBOARD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs