← Back to Plugins
MCP Server MCP

Kagan

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx kagan

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "kagan",
      "version": "0.11.2",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "OpenAI API key for agent execution (if using OpenAI backend)",
          "format": "string",
          "isSecret": true,
          "name": "KAGAN_OPENAI_API_KEY"
        },
        {
          "description": "Anthropic API key for agent execution (if using Claude backend)",
          "format": "string",
          "isSecret": true,
          "name": "KAGAN_ANTHROPIC_API_KEY"
        },
        {
          "description": "Custom path for Kagan database file",
          "format": "filepath",
          "name": "KAGAN_DB_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...