AgentHubAgentHub

llm-kosh

MCP ServerMCP Registry官方收录

io.github.rastogivaibhav/llm-kosh · v2.1.0

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

概览

llm-kosh 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "llm-kosh": {
      "command": "uvx",
      "args": [
        "llm-kosh"
      ],
      "env": {
        "CARTRIDGE_WORKSPACE": "<CARTRIDGE_WORKSPACE>"
      }
    }
  }
}

环境变量

CARTRIDGE_WORKSPACE必填

Path to the local folder llm-kosh should use as its memory cartridge root.

相关资源

统一 Manifest

{
  "id": "io.github.rastogivaibhav/llm-kosh",
  "type": "mcp-server",
  "version": "2.1.0",
  "displayName": "llm-kosh",
  "description": "Local-first AI memory cartridge with persistent MCP memory for Claude via SQLite FTS5.",
  "repository": {
    "url": "https://github.com/rastogivaibhav/llm-kosh",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "llm-kosh",
        "version": "2.1.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CARTRIDGE_WORKSPACE",
            "description": "Path to the local folder llm-kosh should use as its memory cartridge root.",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.rastogivaibhav/llm-kosh",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rastogivaibhav%2Fllm-kosh/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
llm-kosh — MCP Server 安装与配置 · AgentHub