Loading MCP server directory, please wait...
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
npx @getmcp/cli add io.github.rastogivaibhav/llm-koshRequires Python 3.10+. Community-contributed server. Review source before installing.
CARTRIDGE_WORKSPACEPath to the local folder llm-kosh should use as its memory cartridge root.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rastogivaibhav/llm-kosh": {
"command": "uvx",
"args": [
"llm-kosh"
],
"env": {
"CARTRIDGE_WORKSPACE": ""
}
}
}
}