Codexia
Agent Workstation for Codex CLI + Claude Code — with task scheduler, git worktree & remote control, skills management
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
Maintainer
Works with
Installation
Manual Installation
npx codexiaConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 codexiaInstall 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.exeLaunch 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.
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.
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.
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.
Codexia Alternatives — Similar Coding Agents Servers
Looking for alternatives to Codexia? Here are other popular coding agents servers you can use with Claude, Cursor, and VS Code.
Dify
★ 142.2kProduction-ready platform for agentic workflow development.
Ruflo
★ 54.0k🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integrat
Goose
★ 45.7kan open source, extensible AI agent that goes beyond code suggestions - install, execute, edit, and test with any LLM
Antigravity Awesome Skills
★ 38.3kInstallable GitHub library of 1,400+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
AgentScope
★ 25.5kBuild and run agents you can see, understand and trust.
Serena
★ 24.5kA coding agent toolkit that provides IDE-like semantic code retrieval and editing tools, enabling LLMs to efficiently navigate and modify codebases using symbol-level operations instead of basic file reading and string replacements.
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.
Set Up Codexia in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.