Inkwell for Cursor
io.github.veronchenko/inkwell-memory
Persistent memory for AI agents: Markdown entries, hybrid search, typed graph links
client:Cursor
transport:stdio
runtime:oci
Install Inkwell in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"inkwell-memory": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs