Skip to content

Connect KAOS to an AI tool

KAOS tools can run inside your AI coding tool over MCP. kaos-* packages each ship a *-serve command, and kaos setup writes the client config for you.

Terminal window
# Configure a specific client to launch KAOS MCP servers
kaos setup claude --scope project # Claude Code (writes .mcp.json)
kaos setup codex # Codex
kaos setup gemini # Gemini

This registers the relevant kaos-*-serve commands so the client can start them.

Most MCP clients accept a stdio server command. Add, for example:

{
"mcpServers": {
"kaos-pdf": { "command": "kaos-pdf-serve" },
"kaos-agents": { "command": "kaos-agents-serve", "args": ["--with-source", "--with-web"] }
}
}

Restart the client; the KAOS tools appear in its tool list.