From 6047aaaa8f6b27867a01c79880a99a224f60dbe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:02:28 +0800 Subject: [PATCH 1/7] Add telinksdk-builder-mcp to Embedded System --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..0d06534c1 100644 --- a/README.md +++ b/README.md @@ -1462,6 +1462,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) u{1F40D}u{1F3E0}u{1F9D9}u{1FA9D} - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [kukapay/modbus-mcp](https://github.com/kukapay/modbus-mcp) 🐍 📟 - An MCP server that standardizes and contextualizes industrial Modbus data. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 📟 - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ 📟 - Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. From fd07b65040059594c29cd98c8d702cf3ece5a015 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:05:15 +0800 Subject: [PATCH 2/7] Fix emoji tags to use permitted list (Python/Local/Win/Linux/macOS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d06534c1..6e073909e 100644 --- a/README.md +++ b/README.md @@ -1462,7 +1462,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) u{1F40D}u{1F3E0}u{1F9D9}u{1FA9D} - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) u{1F40D}u{1F3E0}u{1F9DE}u{1F427}u{1F34E} - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [kukapay/modbus-mcp](https://github.com/kukapay/modbus-mcp) 🐍 📟 - An MCP server that standardizes and contextualizes industrial Modbus data. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 📟 - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ 📟 - Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. From b49d6b23ad3875722e5e6dd8c56436203f0d2ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:05:42 +0800 Subject: [PATCH 3/7] Fix emoji tags to use permitted list (Python/Local/Win/Linux/macOS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e073909e..7ba735027 100644 --- a/README.md +++ b/README.md @@ -1462,7 +1462,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) u{1F40D}u{1F3E0}u{1F9DE}u{1F427}u{1F34E} - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍🏠🪝🐧🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [kukapay/modbus-mcp](https://github.com/kukapay/modbus-mcp) 🐍 📟 - An MCP server that standardizes and contextualizes industrial Modbus data. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 📟 - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ 📟 - Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. From 45dbed4c89b28dfc039a88563fa46ef6ab6f6d02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:06:12 +0800 Subject: [PATCH 4/7] Fix emoji: use real UTF-8 emoji chars (Python/Local/Win/Linux/macOS) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba735027..c4d7a97f9 100644 --- a/README.md +++ b/README.md @@ -1462,7 +1462,7 @@ Provides access to documentation and shortcuts for working on embedded devices. - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍🏠🪝🐧🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [kukapay/modbus-mcp](https://github.com/kukapay/modbus-mcp) 🐍 📟 - An MCP server that standardizes and contextualizes industrial Modbus data. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 📟 - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ 📟 - Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. From c17f3c925f74aa712cdd2b772c730b38987da44a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 14:06:38 +0800 Subject: [PATCH 5/7] Fix emoji: real UTF-8 emoji (Python/Local/Win/Linux/macOS), no literal text --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4d7a97f9..d68e54859 100644 --- a/README.md +++ b/README.md @@ -1458,11 +1458,11 @@ Interactive charts, dashboards, and visual data tools rendered inside AI convers Provides access to documentation and shortcuts for working on embedded devices. - [0x1abin/matter-controller-mcp](https://github.com/0x1abin/matter-controller-mcp) 📇 📟 - An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [adancurusul/embedded-debugger-mcp](https://github.com/adancurusul/embedded-debugger-mcp) 🦀 📟 - A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. - [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Workflow for fixing build issues in ESP32 series chips using ESP-IDF. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. - [kukapay/modbus-mcp](https://github.com/kukapay/modbus-mcp) 🐍 📟 - An MCP server that standardizes and contextualizes industrial Modbus data. - [kukapay/opcua-mcp](https://github.com/kukapay/opcua-mcp) 🐍 📟 - An MCP server that connects to OPC UA-enabled industrial systems. - [octoco-ltd/sheetsdata-mcp](https://github.com/octoco-ltd/sheetsdata-mcp) [![octoco-ltd/sheetsdata-mcp MCP server](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp/badges/score.svg)](https://glama.ai/mcp/servers/octoco-ltd/sheetsdata-mcp) 🐍 ☁️ 📟 - Instant access to electronic component datasheets for AI agents — specs, pinouts, package info, absolute max ratings extracted from manufacturer PDFs on demand. From dbea9b043fd703339194491de6a96c07497da230 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E4=BF=8A=E6=A5=A0?= <34327091+JannLeo@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:57:31 +0800 Subject: [PATCH 6/7] Add Glama score badge (server verified, installable, license A) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d68e54859..e3c78b543 100644 --- a/README.md +++ b/README.md @@ -1458,7 +1458,7 @@ Interactive charts, dashboards, and visual data tools rendered inside AI convers Provides access to documentation and shortcuts for working on embedded devices. - [0x1abin/matter-controller-mcp](https://github.com/0x1abin/matter-controller-mcp) 📇 📟 - An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. [![JannLeo/telinksdk-builder-mcp MCP server](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp/badges/score.svg)](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp) - [adancurusul/embedded-debugger-mcp](https://github.com/adancurusul/embedded-debugger-mcp) 🦀 📟 - A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key. From ad760104b8c90d1349156c7431407907549a2f6a Mon Sep 17 00:00:00 2001 From: JannLeo <1144097453@qq.com> Date: Thu, 23 Jul 2026 17:43:24 +0800 Subject: [PATCH 7/7] fix: use Windows emoji per review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3c78b543..dd1fcfc4d 100644 --- a/README.md +++ b/README.md @@ -1458,7 +1458,7 @@ Interactive charts, dashboards, and visual data tools rendered inside AI convers Provides access to documentation and shortcuts for working on embedded devices. - [0x1abin/matter-controller-mcp](https://github.com/0x1abin/matter-controller-mcp) 📇 📟 - An MCP server for Matter Controller, enabling AI agents to control and interact with Matter devices. -- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪝 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. [![JannLeo/telinksdk-builder-mcp MCP server](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp/badges/score.svg)](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp) +- [JannLeo/telinksdk-builder-mcp](https://github.com/JannLeo/telinksdk-builder-mcp) 🐍 🏠 🪟 🐧 🍎 - Build any Telink/embedded SDK (Eclipse headless / Make / generic) via natural language. Auto-detects build pattern and exposes build_info/build_run/build_list MCP tools. Cross-platform. [![JannLeo/telinksdk-builder-mcp MCP server](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp/badges/score.svg)](https://glama.ai/mcp/servers/JannLeo/telinksdk-builder-mcp) - [adancurusul/embedded-debugger-mcp](https://github.com/adancurusul/embedded-debugger-mcp) 🦀 📟 - A Model Context Protocol server for embedded debugging with probe-rs - supports ARM Cortex-M, RISC-V debugging via J-Link, ST-Link, and more - [adancurusul/serial-mcp-server](https://github.com/adancurusul/serial-mcp-server) 🦀 📟 - A comprehensive MCP server for serial port communication - [ByteAsk/ByteAsk-Embedded-MCP](https://github.com/ByteAsk/ByteAsk-Embedded-MCP) [![ByteAsk/ByteAsk-Embedded-MCP MCP server](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP/badges/score.svg)](https://glama.ai/mcp/servers/ByteAsk/ByteAsk-Embedded-MCP) 🐍 ☁️ 📟 - Page-cited retrieval of embedded/firmware reference docs (datasheets, MCU registers, Modbus/CAN, SCPI, IEEE 1547/SunSpec) for coding agents — returns verbatim source snippets with page citations, or "no confident match" instead of a fabricated value. No signup or API key.