HomeDevelopment › Kagan

Kagan

AI-powered Kanban TUI for autonomous development workflows with agent orchestration

Python Local macOSWindowsLinux
★ 11 stars Last pushed 2026-07-28 License: MIT

Topics: Coding Agents

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.11.2)

uvx kagan

Or add to your MCP client config:

{
  "mcpServers": {
    "kagan": {
      "command": "uvx",
      "args": [
        "kagan"
      ],
      "env": {
        "KAGAN_OPENAI_API_KEY": "<YOUR_VALUE>",
        "KAGAN_ANTHROPIC_API_KEY": "<YOUR_VALUE>",
        "KAGAN_DB_PATH": "<YOUR_VALUE>"
      }
    }
  }
}
  • KAGAN_OPENAI_API_KEY secret — OpenAI API key for agent execution (if using OpenAI backend)
  • KAGAN_ANTHROPIC_API_KEY secret — Anthropic API key for agent execution (if using Claude backend)
  • KAGAN_DB_PATH — Custom path for Kagan database file

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry