# core

> MCP Server

OpenSumi is a framework designed to help you quickly build AI Native IDE products. It offers tools and components for creating customized IDEs, supported by CI/CD, testing, and community engagement features.

## Overview

- **Category:** Developer Tools
- **Language:** TypeScript
- **Stars:** 3653
- **Forks:** 406
- **Owner:** opensumi
- **GitHub:** https://github.com/opensumi/core
- **Homepage:** https://opensumi.com
- **Created:** 2021-11-17T15:42:48+00:00
- **Updated:** 2025-03-28T23:47:06+00:00
- **Source:** https://model-context-protocol.com/servers/ai-native-ide-development-framework

## Setup

## Setup

```bash
$ yarn install
$ yarn run init
$ yarn run download-extension  # Optional
$ yarn run start
```

By default, the `tools/workspace` folder in the project would be opened, or you can run the project by specifying the directory in the following way:

```bash
$ MY_WORKSPACE={local_path} yarn run start
```

Usually, you may still encounter some system-level environment dependencies. You can visit [Development Environment Preparation](./CONTRIBUTING.md#development-environment-preparation) to see how to install the corresponding environment dependencies.

## Tools

## Available Tools

1.  Cloud IDE (Example project and template).
2.  Desktop IDE - based on the Electron (Example project and template).
3.  CodeFuse IDE - AI IDE based on OpenSumi (Example project and template).
4.  CodeBlitz - A pure web IDE Framework (Example project and template).
5.  Lite Web IDE - A pure web IDE on the Browser (Example project and template).
6.  The Mini-App liked IDE (Example project and template).
