Kagan for Cline
io.github.kagan-sh/kagan
AI-powered Kanban TUI for autonomous development workflows with agent orchestration
client:Cline
transport:stdio
runtime:pypi
Install Kagan in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"kagan": {
"command": "uvx",
"args": [
"kagan"
],
"env": {
"KAGAN_OPENAI_API_KEY": "<KAGAN_OPENAI_API_KEY>",
"KAGAN_ANTHROPIC_API_KEY": "<KAGAN_ANTHROPIC_API_KEY>",
"KAGAN_DB_PATH": "<KAGAN_DB_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs