Add MCP Server to fix ESP build issues

This commit is contained in:
horw
2025-03-25 19:32:01 +08:00
parent c1a2652b14
commit 09de63cb19

View File

@@ -50,6 +50,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/)
* scope * scope
* ☁️ - Cloud Service * ☁️ - Cloud Service
* 🏠 - Local Service * 🏠 - Local Service
* 📟 - Embedded Systems
* operating system * operating system
* 🍎 For macOS * 🍎 For macOS
* 🪟 For Windows * 🪟 For Windows
@@ -73,6 +74,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/)
* 👤 - [Customer Data Platforms](#customer-data-platforms) * 👤 - [Customer Data Platforms](#customer-data-platforms)
* 🗄️ - [Databases](#databases) * 🗄️ - [Databases](#databases)
* 🛠️ - [Developer Tools](#developer-tools) * 🛠️ - [Developer Tools](#developer-tools)
* 📟 - [Embedded system](#embedded-system)
* 📂 - [File Systems](#file-systems) * 📂 - [File Systems](#file-systems)
* 💰 - [Finance & Fintech](#finance--fintech) * 💰 - [Finance & Fintech](#finance--fintech)
* 🎮 - [Gaming](#gaming) * 🎮 - [Gaming](#gaming)
@@ -240,6 +242,13 @@ Integrations and tools designed to simplify data exploration, analysis and enhan
- [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - An MCP server to convert almost any file or web content into Markdown - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - An MCP server to convert almost any file or web content into Markdown
- [@reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. - [@reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort.
### 📟 <a name="embedded-system"></a>Embedded System
Provides access to documentation and shortcuts for working on embedded devices.
- [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF.
### 📂 <a name="file-systems"></a>File Systems ### 📂 <a name="file-systems"></a>File Systems
Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories. Provides direct access to local file systems with configurable permissions. Enables AI models to read, write, and manage files within specified directories.