.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/github0null/eide
home/mcp-servers/github0null/eide
github0null avatar

eide

bygithub0null· 1 MCP server

Stars

1.0k

Forks

105

Category

DevOps & CI/CD

View on GitHub

TL;DR

***

How to install eide?

github0null/eide
$git clone https://github.com/github0null/eide

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install eide by running `git clone https://github.com/github0null/eide`, then use it for the current task and follow its documentation at https://github.com/github0null/eide.

Files · 1

View on GitHub
README.md
1# Embedded IDE
2 
3[![](https://img.shields.io/badge/home_page-em--ide.com-blue)](https://em-ide.com/)
4[![](https://img.shields.io/badge/chat-discuss.em--ide.com-orange)](https://discuss.em-ide.com/)
5[![](https://img.shields.io/visual-studio-marketplace/v/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
6[![](https://img.shields.io/visual-studio-marketplace/i/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)
7[![](https://img.shields.io/visual-studio-marketplace/stars/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide&ssr=false#review-details)
8 
9***
10 
11## [中文](./README_ZH-CN.md)
12 
13## Summary 📑
14 
15A mcu development environment for `8051/STM8/Cortex-M/MIPS/RISC-V` on VsCode.
16 
17Provide `8051/STM8/Cortex-M/MIPS/RISC-V` project development, compilation, program flash and other functions.
18 
19Supported Platforms:
20 - **Windows x64 (>= Windows 10)**
21 - **Linux x64**
22 - **macOS**(Only tested in 'macOS 10.15 x64')
23 
24![preview](https://docs.em-ide.com/preview.png)
25 
26***
27 
28## Features 🎉
29 
30* Support 8051, STM8, Cortex-M, MIPS MTI, RISC-V, GCC projects.
31* Support to import KEIL5/IAR/Eclipse projects, support to import 'IAR-STM8, IAR-ARM, Segger Embedded Studio' project source file resource tree.
32* Support for installing standard KEIL chip support packs (only for Cortex-M projects).
33* Provides many project templates for quick start a project.
34* Build, rebuild, support many toolchains (armcc, gcc-arm-none-eabi, llvm-for-arm, riscv-gcc, xxx-gcc, keil_c51, sdcc ...).
35* Program flash, support: jlink, stlink, openocd, pyocd ...
36* ~~Built-in serial port monitor~~ (recommended to use `Serial Monitor` plug-in).
37* Supports static checking projects by using Cppcheck.
38* Automatically generates default debug configurations for debugger plug-in `cortex-debug, STM8-Debug`.
39* Built-in many utility tools, 'CMSIS Config Wizard UI', 'Disassembly view', 'Program resource view'...
40* Built-in implement `C/C++ IntelliSense Provider` for `ms-vscode.cpptools`, **Not Need to** configurate `c_cpp_properties.json` file.
41* Built-in Msys Unix Shell environment.
42* Built-in Callgraph gui tool for gcc toolchain.
43* Support the basic functions of the built-in plugins when calling MCP Tools (this needs to be enabled in the settings; MCP server is disabled by default). [Skills](https://gist.github.com/github0null/5c08fb61bb4a705f1dc9b03dcb980f93)
44 
45***
46 
47## Quick Start 🏃‍♀️
48 
491. Install any of the above compilers
50 
512. Open the **Operations** bar of the extension to set the compiler installation path
52 
533. Click on the `New` or `Import` function in the Operations bar to start your project
54 
55***
56 
57## Getting Start 📖
58 
59[https://em-ide.com](https://em-ide.com)
60 
61***
62 
63## Example
64 
65- Create A Project By Internal Template
66 
67![](https://docs.em-ide.com/img/show/new_prj.gif)
68 
69- Build Project
70 
71![](https://docs.em-ide.com/img/show/build_prj.gif)
72 
73- Flash Project (It failed because there was no connection to the development board, for demonstration purposes only)
74 
75![](https://docs.em-ide.com/img/show/flash_prj.gif)
76 
77- Show Source File Disassembly Code
78 
79![](https://docs.em-ide.com/img/show/show_disasm.gif)
80 
81- Program Resource View
82 
83![](https://docs.em-ide.com/img/show/show_prj_res.gif)
84 
85***
86 
87## ChangeLog 📌
88 
89[ChangeLog](https://marketplace.visualstudio.com/items/CL.eide/changelog)
90 
91***
92 
93## Community 🌈
94 
95- [Github](https://github.com/github0null/eide/issues)
96 
97- [Forum https://discuss.em-ide.com](https://discuss.em-ide.com/)
98 
99***
100 
101## How to build ?
102 
103You can build this project by your self.
104 
105> [!IMPORTANT]
106> The required version of NodeJS is **18** because of some historical reasons for this extension.
107 
1081. Install `NodeJS 18` (recommanded v18.18.2). You can use `nvm` to manage your NodeJS.
109 Install `vsce` by `npm install -g cheerio@1.0.0-rc.9 @vscode/vsce@2.15.0`
110 
1112. Clone this repo, Open folder by vscode and then run command:
112 
113 ```shell
114 npm install
115 ```
116 
1173. Press `ctrl+shift+b` to show vscode task
118 
119 - Use `npm: webpack` to build this exte

Preview

github0null/eidegithub0null/eide

# Embedded IDE

[![](https://img.shields.io/badge/home_page-em--ide.com-blue)](https://em-ide.com/)

[![](https://img.shields.io/badge/chat-discuss.em--ide.com-orange)](https://discuss.em-ide.com/)

[![](https://img.shields.io/visual-studio-marketplace/v/CL.eide)](https://marketplace.visualstudio.com/items?itemName=CL.eide)

Repogithub0null/eide
TypeMCP Servers
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP8051arm

Related

6 picks
Type
  1. circleci-public avatarmcp-server-circleciA Model Context Protocol (MCP) server implementation for CircleCI, enabling natural language interactions with CircleCI functionality through MCP-enabled clientsMCP ServersJul 2026141k86
  2. argoproj-labs avatarmcp-for-argocdArgo CD MCP ServerMCP ServersJul 202690k547
  3. flux159 avatarmcp-server-kubernetesMCP server for interacting with Kubernetes clusters via kubectlMCP ServersJul 202664k1.5k
  4. hookdeck avatarhookdeck-cliCLI for Hookdeck: forward webhooks to localhost (ngrok alternative), manage and query Event Gateway resources (sources, connections, destinations, events), run the MCP server for AI agents. Free for dev.MCP ServersJul 202647k358
  5. heroku avatarheroku-mcp-serverHeroku Platform MCP ServerMCP ServersJul 202626k80
  6. tiberriver256 avatarmcp-server-azure-devopsAzure DevOps reference server for the Model Context Protocol (MCP)MCP ServersJul 202624k381