MCP Server
MCP
Kagan
AI-powered Kanban TUI for autonomous development workflows with agent orchestration
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
By
Comments
Sign in to leave a comment