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 owlex

Configuration

{
  "mcpServers": {
    "owlex": {
      "command": "npx",
      "args": ["-y", "owlex"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub