agentic-mcp-tools

Owlex

Community agentic-mcp-tools
Updated

Owlex

VersionLicensePythonMCP

MCP server for multi-agent orchestration. Run Codex, Gemini, and OpenCode from Claude Code.

Features

  • Council deliberation - Query all agents in parallel, with optional revision round
  • Session management - Start fresh or resume with full context preserved
  • Async execution - Tasks run in background with timeout control
  • Critique mode - Agents find bugs and flaws in each other's answers

Installation

uv tool install git+https://github.com/agentic-mcp-tools/owlex.git

Add to .mcp.json:

{
  "mcpServers": {
    "owlex": {
      "command": "owlex-server"
    }
  }
}

Tools

council_ask

Query all agents and collect answers with optional deliberation.

prompt           - Question to send (required)
claude_opinion   - Your opinion to share with agents
deliberate       - Enable revision round (default: true)
critique         - Agents critique instead of revise (default: false)
timeout          - Timeout per agent in seconds (default: 300)

Returns round_1 with initial answers, round_2 with revisions (if enabled).

Agent Sessions

Tool Description
start_codex_session New Codex session
resume_codex_session Resume with session ID or --last
start_gemini_session New Gemini session
resume_gemini_session Resume with index or latest

Task Management

Tool Description
wait_for_task Block until task completes
get_task_result Check result without blocking
list_tasks List tasks with status filter
cancel_task Kill running task

Environment Variables

Variable Default Description
CODEX_BYPASS_APPROVALS false Bypass sandbox (dangerous)
CODEX_ENABLE_SEARCH true Enable web search
GEMINI_YOLO_MODE false Auto-approve actions
OPENCODE_AGENT plan Agent: plan (read-only) or build
COUNCIL_EXCLUDE_AGENTS `` Comma-separated agents to exclude
OWLEX_DEFAULT_TIMEOUT 300 Default timeout in seconds

When to Use Each Agent

Agent Best For
Codex Code review, bug finding, PRD discussion
Gemini Large codebase (1M context), multimodal
OpenCode Alternative perspective, plan mode
Claude Complex multi-step implementation

MCP Server ยท Populars

MCP Server ยท New

    unbrowse-ai

    Unbrowse

    Unbrowse โ€” api native browser skill/cli for any agent. Auto-discovers APIs from browser traffic, generates skills on the fly to call APIs directly 100x faster, 80% cheaper locally.

    Community unbrowse-ai
    campfirein

    ByteRover CLI

    ByteRover CLI (brv) - The portable memory layer for autonomous coding agents (formerly Cipher)

    Community campfirein
    cafeTechne

    Antigravity Link (VS Code Extension)

    VS Code extension that bridges Antigravity sessions to mobile for uploads and voice-to-text

    Community cafeTechne
    cookjohn

    TeamMCP

    MCP-native collaboration server for AI agent teams โ€” real-time messaging, task management, and web dashboard with just 1 npm dependency

    Community cookjohn
    NameetP

    pdfmux

    PDF extraction that checks its own work. #2 reading order accuracy โ€” zero AI, zero GPU, zero cost.

    Community NameetP