vignesh07/aqua
Aqua is a lightweight, agent-agnostic coordinator for CLI AI agents. It enables multiple AI agents (Claude Code, Codex CLI, Gemini CLI, or any CLI tool) running in separate terminal sessions to collaborate on tasks within a shared codebase. Built with Claude ❤️
Platform-specific configuration:
{
"mcpServers": {
"aqua": {
"command": "npx",
"args": [
"-y",
"aqua"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...