Home › Development › Kagan
Kagan
AI-powered Kanban TUI for autonomous development workflows with agent orchestration
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_KEYsecret — OpenAI API key for agent execution (if using OpenAI backend)KAGAN_ANTHROPIC_API_KEYsecret — Anthropic API key for agent execution (if using Claude backend)KAGAN_DB_PATH— Custom path for Kagan database file
Related servers
Serena MCP: the IDE for your agent
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.
Desktop Commander
MCP server for terminal commands, file operations, and process management
Ouroboros
Pins an acceptance spec; the verify command and expected output never enter the success contract.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for…
terminator
Desktop GUI automation using accessibility APIs. Control Windows, macOS, and Linux applications without vision models or screenshots.…
codemcp
Coding agent with basic read, write and command line tools.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry