Codexia

v1.0.0Coding Agentsstable

Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills management

agentic-aiaiai-agentsawesomechatgpt
Share:
685
Stars
0
Downloads
0
Weekly
0/5

What is Codexia?

Codexia is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to agent workstation for codex cli + claude code — with task scheduler, git worktree & remote control, skills management

Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills management

This server falls under the Coding Agents category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Agent Workstation for Codex CLI + Claude Code — with task sc

Use Cases

Task scheduling for agents
Git worktree management
Skills and remote control for Claude Code
milisp

Maintainer

LicenseAGPL-3.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx codexia

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Codexia

Codexia is an agent workstation desktop application designed to supercharge Codex CLI and Claude Code workflows with a task scheduler, Git worktree management, MCP server marketplace, and an agent skills marketplace — all accessible through an IDE-like UI or a headless REST API. It provides a unified environment for managing multiple concurrent AI coding agents, scheduling recurring automation jobs, browsing and previewing data files (PDF, XLSX, CSV), and controlling remote agent sessions via WebSocket. Developers who run multiple parallel AI coding sessions or need to automate repetitive agent workflows will benefit from Codexia's orchestration layer.

Prerequisites

  • macOS, Linux, or Windows desktop (prebuilt binaries available)
  • Homebrew on macOS (for the recommended install method) or access to GitHub Releases for binary downloads
  • Codex CLI or Claude Code installed and configured
  • An MCP-compatible client for the MCP server marketplace integration
1

Install Codexia via Homebrew (macOS)

The recommended installation on macOS is via Homebrew cask. This installs the full desktop application.

brew tap milisp/codexia
brew install --cask codexia
2

Install via binary (Linux or Windows)

Download the appropriate prebuilt binary for your platform from the GitHub Releases page and install it according to your OS conventions.

# Download from:
# https://github.com/milisp/codexia/releases
# macOS Silicon: argo-darwin-arm64.dmg
# macOS Intel:   argo-darwin-amd64.dmg
# Windows:       codexia-windows-x64.exe
3

Launch Codexia and add a project

Open the Codexia application. Use the project panel to add your repository or working directory. Codexia will use this as the workspace for agent sessions.

4

Start an agent session

Enter a prompt in the Codexia UI to start an agent session using Codex CLI or Claude Code. Codexia manages the agent lifecycle and displays results in the IDE-like interface.

5

Schedule recurring automation jobs

Use the Task Scheduler to create recurring jobs (cron-style). Codexia's headless web server API handles scheduling without the UI being open.

6

Connect via MCP or the REST API

For integration with MCP clients, add Codexia to your claude_desktop_config.json. For headless use, interact via the REST API at the configured port.

{
  "mcpServers": {
    "codexia": {
      "command": "npx",
      "args": ["codexia"]
    }
  }
}

Codexia Examples

Client configuration

claude_desktop_config.json entry for Codexia as an MCP server.

{
  "mcpServers": {
    "codexia": {
      "command": "npx",
      "args": ["codexia"]
    }
  }
}

Prompts to try

Example prompts that leverage Codexia's agent scheduling, git worktree, and skill management capabilities.

- "Create a new git worktree for the feature/auth branch and start an agent session in it."
- "Schedule a daily job at 9am to run the test suite and report failures."
- "List all currently active agent sessions and their status."
- "Browse the MCP server marketplace and install the filesystem server."
- "Preview the data in report.xlsx and summarize the key metrics."

Troubleshooting Codexia

Codexia fails to detect Codex CLI or Claude Code

Ensure that codex or claude is available on your system PATH. Open a terminal and run 'codex --version' or 'claude --version' to verify. If using a version manager like nvm, ensure the correct Node.js version is active when launching Codexia.

Scheduled jobs do not run when the UI is closed

Codexia's scheduler relies on its headless web server mode. Start Codexia in headless mode (via the REST API server) to keep the scheduler running without the GUI open.

Git worktree operations fail with permission errors

Ensure the project directory and the target worktree path are writable by the current user. On macOS, grant Full Disk Access to Codexia in System Settings > Privacy & Security if the project is in a protected location.

Frequently Asked Questions about Codexia

What is Codexia?

Codexia is a Model Context Protocol (MCP) server that agent workstation for codex cli + claude code — with task scheduler, git worktree & remote control, skills management It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Codexia?

Follow the installation instructions on the Codexia GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Codexia?

Codexia works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Codexia free to use?

Yes, Codexia is open source and available under the AGPL-3.0 license. You can use it freely in both personal and commercial projects.

Browse More Coding Agents MCP Servers

Explore all coding agents servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Codexia?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides