Memory Kernel for Cursor
io.github.artem362/memory-kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
client:Cursor
transport:stdio
runtime:pypi
Install Memory Kernel in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memory-kernel": {
"type": "stdio",
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<MEMORY_KERNEL_DB>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs