ka-toolkit

lionwashington/ka-toolkit
★ 0 stars TypeScript AI/LLM Updated 2d ago
Local-first personal knowledge-assistant toolkit: capture LLM conversations into an Obsidian-compatible Markdown KB, with MCP servers and a Telegram/Lark channel daemon for driving agent sessions.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ka-toolkit": {
      "command": "npx",
      "args": [
        "-y",
        "lionwashington/ka-toolkit"
      ]
    }
  }
}

README Excerpt

A **local-first personal knowledge-assistant toolkit** built on top of an agent runtime (Claude Code today). It captures your LLM conversations, distills them into an Obsidian-compatible Markdown knowledge base, and ships a set of MCP servers and a chat-channel daemon so you can drive agent sessions from Telegram or Lark.