AT Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AT BridgeSend AT+CSQ to check signal quality on the auto-detected port"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AT Bridge
MCP server for AI-driven AT command debugging over serial port.
AT Bridge 是一个 Model Context Protocol 服务器,让 AI 助手能够通过 COM/串口直接与 IoT 模组通信,进行 AT 命令调试。内置可维护的芯片平台知识库,实测过的命令自动沉淀。
Features
串口通信 — 自动探测可用 COM 口,支持主流波特率,可配置校验位/流控
AT 命令调试 — 发送 AT 命令并解析响应,自动补全 AT 前缀
批量测试 — 一次性发送命令列表,自动分类 PASS/ERR/CME
知识库 — 按芯片平台分层存储 AT 命令(含语法、返回值含义、实测数据),支持搜索和持续积累
双层存储 — 包内 YAML 只读(随版本分发),用户数据写到
%APPDATA%(跨版本保留)
Related MCP server: embedded-serial-mcp
Quick Start
uv sync
uv run python main.pyMCP Configuration
{
"mcpServers": {
"at-bridge": {
"command": "uv",
"args": ["run", "--directory", "path/to/at_bridge", "python", "main.py"]
}
}
}Tools
Serial Communication
Tool | Description |
| 枚举 COM/串口,含 VID/PID、制造商、描述 |
| 自动探测 — 扫描所有端口,试多种波特率,找出响应 AT 的设备 |
| 配置波特率、数据位、校验位、停止位、流控 |
| 打开/关闭串口连接 |
| 发送单条 AT 命令,自动补全 |
| 批量测试 — 一次发送命令列表,自动分类结果 |
Knowledge Base
Tool | Description |
| 按关键词/平台/标签搜索命令库 |
| 列出全部命令,可按平台过滤 |
| 添加/更新命令到指定芯片平台 |
| 查看可用的芯片平台列表 |
| 知识库统计:条目数、来源分布 |
Chipsets
芯片平台知识库位于 src/at_bridge/chipsets/,按平台分层:
文件 | 内容 |
| 3GPP 标准 AT 命令(49 条),只读基础库 |
| ASR 平台私有命令与平台特性 |
| 移远 EC200x 等私有命令(48 条) |
| 用户自定义命令,自动创建于 |
加载顺序:_3gpp → 平台文件 → _custom(后者覆盖同名 key)。
Project Structure
at_bridge/
main.py # Entry point — MCP server on stdio
src/at_bridge/
server.py # MCP server: 12 tool definitions + handlers
serial_handler.py # Serial I/O + batch test engine
knowledge_store.py # YAML knowledge base CRUD with two-layer storage
chipsets/ # Platform command libraries
_3gpp.yaml / asr.yaml / quectel.yamlMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that enables AI assistants to control GDB debugging sessions, including breakpoint management, thread analysis, and variable inspection, using the GDB/MI protocol.221MIT
- Alicense-qualityCmaintenanceA professional MCP server for serial port communication, enabling AI assistants to list, connect, send/receive data, and manage serial connections with embedded systems, IoT devices, and hardware debugging hardware.1MIT

sbl-probeofficial
Alicense-qualityDmaintenanceSerial communication and protocol analysis MCP server that gives AI coding assistants direct access to serial ports for reading, writing, decoding, and capturing embedded device output.MIT- Alicense-qualityCmaintenanceAn MCP server that provides comprehensive debugging capabilities for J-Link debuggers, enabling memory, flash, register, and RTT operations through AI assistants.28MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Live browser debugging for AI assistants — DOM, console, network via MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zeng-andrew/at_bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server