Skip to main content
Coding AgentsPython

agentic-mcp-tools/owlex

AI council server: query CLI agents (Claude Code, Codex, Gemini, and OpenCode) in parallel with deliberation rounds

coding-agentslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/agentic-mcp-tools/owlex

Claude Desktop configuration example:

{
  "mcpServers": {
    "owlex": {
      "command": "npx",
      "args": [
        "-y",
        "agentic-mcp-tools/owlex"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Coding Agents
Language
Python
Author
agentic-mcp-tools