Back to MCP Servers
Owlex
AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds
coding-agentsaiagent
Installation
npx -y owlexConfiguration
{
"mcpServers": {
"owlex": {
"command": "npx",
"args": ["-y", "owlex"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes