Server data from the Official MCP Registry
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.
Valid MCP server (2 strong, 4 medium validity signals). 6 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CARTRIDGE_WORKSPACE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rastogivaibhav-llm-kosh": {
"env": {
"CARTRIDGE_WORKSPACE": "your-cartridge-workspace-here"
},
"args": [
"llm-kosh"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Give your local LLMs a permanent, air-gapped memory cartridge.
llm-kosh is a lightning-fast, SQLite-backed memory system that gives AI assistants (like Claude and Cursor) permanent recall across sessions. Stop copy-pasting the same 15 architectural decisions and database schemas into every new chat.
By running completely locally, it guarantees zero cloud syncing, zero API costs, and absolute privacy for your proprietary codebase.
llm-kosh natively supports the Model Context Protocol (MCP). This means tools like Claude Desktop and Cursor can automatically search and read your memory cartridge without you doing anything.
Simply add this to your claude_desktop_config.json:
{
"mcpServers": {
"llm-kosh": {
"command": "uvx",
"args": ["llm-kosh", "mcp", "--root", "C:/path/to/your/cartridge", "--allow-write"]
}
}
}
Now, when you ask Claude "What database are we using for auth?", it automatically searches your llm-kosh cartridge and knows the answer.
Ctrl+Shift+Space anywhere on your OS to instantly dump a thought, decision, or code snippet into your cartridge.Get from zero to a running memory cartridge in under 2 minutes.
1. Install the core system
pip install llm-kosh
2. Initialize a new cartridge
# Creates a new .llm-kosh root in your current directory
llm-kosh init --owner "Your Name"
3. Launch the Desktop App & Daemon
# Starts the UI, the background watcher, and the MCP bridge
llm-kosh desktop
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.