agentic-mcp-tools/owlex
AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds
Quick Start
Clone the repository:
git clone https://github.com/agentic-mcp-tools/owlexClaude Desktop configuration example:
{
"mcpServers": {
"owlex": {
"command": "npx",
"args": [
"-y",
"agentic-mcp-tools/owlex"
]
}
}
}Check the repository README for specific installation and configuration instructions.