Claude Skill
Mng-dev-ai/claudex
Open-source Claude Code UI with in-browser VS Code, terminal, sandbox execution (local/e2b/modal), multi-AI provider support, custom Claude Skills, and MCP server integration for AI-assisted develo...
Overview
Repository
Install this Skill
git clone https://github.com/Mng-dev-ai/agentrove.gitRegistry
git clone https://github.com/Mng-dev-ai/agentrove.gitnpm install
Summary
ClaudeX is a self-hosted Claude Code UI that provides a comprehensive development environment with in-browser VS Code, terminal access, and multi-provider AI support (Max, Z.AI, OpenRouter). It features local/e2b/modal sandbox execution, custom Claude Skill creation, and MCP server integration for enhanced AI-assisted coding workflows.
您自己的Claude代码界面,支持本地/e2b/modal沙箱环境、浏览器内VS Code编辑器、终端功能、多提供商兼容(Max、Z.AI、OpenRouter)、自定义Claude Skill以及MCP服务器集成。
Key features
- In-browser VS Code editor with terminal functionality
- Multi-provider AI support (Max, Z.AI, OpenRouter)
- Local/e2b/modal sandbox environments for code execution
- Custom Claude Skill creation and management
- MCP (Model Context Protocol) server integration
- Self-hosted deployment with TypeScript/React frontend
Use cases
- AI-assisted coding with Claude in a browser-based IDE
- Testing code in isolated sandbox environments
- Developing custom Claude Skills for specialized tasks
- Integrating multiple AI providers in a single interface
- Educational coding environments with AI guidance
- Prototyping with AI using MCP server capabilities
README excerpt
# Agentrove Self-hosted AI coding workspace for running Claude Code, Codex, Copilot, Cursor, and OpenCode agents from one interface. [](LICENSE) [](https://www.python.org/) [](https://react.dev/) [](https://discord.gg/HvkJU8dcBA) > Agentrove is under active development. Expect breaking changes between releases.  ## What It Does - Runs Claude, Codex, Copilot, Cursor, and OpenCode through ACP adapters. - Gives each workspace its own Docker or host sandbox. - Combines chat, code editor, terminal, file tree, diffs, secrets, and git tools in one workspace. - Supports workspaces from empty folders, git clones, existing local folders, or GitHub repositories. - Streams agent sessions with cancellation, permission prompts, queued follow-up messages, file mentions, slash commands, and attachments. - Includes sub-threads, pinned chats, worktree mode, personas, custom instructions, environment variables, and installed agent skills. - Provides GitHub-assisted repository browsing, pull request review, PR creation, reviewer selection, and git branch/commit/push/pull helpers. - Ships as a Docker web app, a macOS desktop app, and a native iOS app. ## Quick Start Requirements: - Docker - Docker Compose ```bash git clone https://github.com/Mng-dev-ai/agentrove.git cd agentrove cp .env.example .env ``` Set `SECRET_KEY` in `.env`: ```bash openssl rand -hex 32 ``` Start Agentrove: ```bash docker compose up -d ``` Open [http://localhost:3