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

Stars181
Forks36
LanguageTypeScript
Last pushed2026-01-25
Last synced2026-06-22
View on GitHub

Repository

OwnerMng-dev-ai
Repositoryclaudex
Full nameMng-dev-ai/claudex
Repo ID1,116,498,047

Install this Skill

git clone https://github.com/Mng-dev-ai/agentrove.git

Registry

Typemcp_server
Quality score75/100
Verificationreadme_parsed
Last verified2026-06-22
Platforms
ClaudeMCPCodexCursor
Capabilities
browsercode-reviewimageterminalagentanthropicclaudeclaude-codecode-executionfastapi
Detected files
README.mddocker-compose.yml
Config keys
SECRET_KEYYOUR_TEAM_IDDEVICE_IDAPP_URL
Install methods
  • git clone https://github.com/Mng-dev-ai/agentrove.git
  • npm 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.

Chinese description

您自己的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: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Python 3.12](https://img.shields.io/badge/python-3.12-blue.svg)](https://www.python.org/) [![React 19](https://img.shields.io/badge/React-19-61DAFB.svg)](https://react.dev/) [![Discord](https://img.shields.io/badge/Discord-5865F2.svg?logo=discord&logoColor=white)](https://discord.gg/HvkJU8dcBA) > Agentrove is under active development. Expect breaking changes between releases. ![Chat Interface](screenshots/chat-interface.jpeg) ## 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

Topics

Explore more

Data from GitHub. Synced on 2026-06-22