← Back to Plugins
MCP Server MCP

io.github.rastogivaibhav/llm-kosh

github By github 👁 1 views ▲ 0 votes

Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.

Homepage Verified source GitHub

Install

uvx llm-kosh

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "llm-kosh",
      "version": "2.1.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Path to the local folder llm-kosh should use as its memory cartridge root.",
          "isRequired": true,
          "format": "filepath",
          "name": "CARTRIDGE_WORKSPACE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...