Back to Browse

Kagan MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

9 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

OpenAI API key for agent execution (if using OpenAI backend)Required

Environment variable: KAGAN_OPENAI_API_KEY

Anthropic API key for agent execution (if using Claude backend)Required

Environment variable: KAGAN_ANTHROPIC_API_KEY

Custom path for Kagan database fileOptional

Environment variable: KAGAN_DB_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-kagan-sh-kagan": {
      "env": {
        "KAGAN_DB_PATH": "your-kagan-db-path-here",
        "KAGAN_OPENAI_API_KEY": "your-kagan-openai-api-key-here",
        "KAGAN_ANTHROPIC_API_KEY": "your-kagan-anthropic-api-key-here"
      },
      "args": [
        "kagan"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!