llm kosh for Cursor
io.github.rastogivaibhav/llm-kosh
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
client:Cursor
transport:stdio
runtime:pypi
Install llm kosh in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"llm-kosh": {
"type": "stdio",
"command": "uvx",
"args": [
"llm-kosh"
],
"env": {
"CARTRIDGE_WORKSPACE": "<CARTRIDGE_WORKSPACE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs