kanbots-releases

leodavinci1/kanbots-releases
★ 0 stars Unknown language 💻 Code/Dev Tools Updated 2d ago
Public release artifacts for the KanBots desktop app, CLI, and MCP server. Source repo is private; this repo only hosts installer binaries and auto-updater manifests.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "kanbots-releases": {
      "command": "npx",
      "args": [
        "-y",
        "leodavinci1/kanbots-releases"
      ]
    }
  }
}