agentic-box/owlex
Platform-specific configuration:
{
"mcpServers": {
"owlex": {
"command": "npx",
"args": [
"-y",
"owlex"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/agentic-mcp-tools/owlex/releases) [](LICENSE) [](https://python.org) [](https://modelcontextprotocol.io)
Get a second opinion without leaving Claude Code.
Different AI models have different strengths and blind spots. Owlex lets you query Codex, Gemini, OpenCode, ClaudeOR, and AiChat directly from Claude Code - and optionally run a structured deliberation where they review each other's answers before Claude synthesizes a final response.
Use it for architecture decisions, debugging tricky issues, or when you want more confidence than a single model provides. Not for every question - for the ones that matter.
uv tool install git+https://github.com/agentic-mcp-tools/owlex.gitAdd to .mcp.json:
{
"mcpServers": {
"owlex": {
"command": "owlex-server"
}
}
}council_ask prompt="Should I use a monorepo or multiple repos for 5 microservices?"Options:
claude_opinion - Share your initial thinking with agentsdeliberate - Enable Round 2 revision (default: true)critique - Agents critique each other instead of reviseroles - Assign specialist roles (dict or list)team - Use a predefined team presettimeout - Timeout per agent in seconds (default: 300)Agents c
Loading reviews...