mcp-esp32
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_portsA | List serial ports, including the simulator, with a best-guess chip identification. |
| board_infoB | Chip family, flash size, MAC address, and MicroPython version (if any) for |
| flash_firmwareA | Write Reports progress at least every 5% via MCP progress notifications and
can be cancelled mid-flash. |
| repl_execA | Run |
| fs_lsB | List a directory on the board's filesystem. |
| fs_getA | Read a file from the board. Content comes back base64-encoded; refuses files over max_bytes. |
| fs_putA | Write a base64-encoded payload to a file on the board, chunked over several raw-REPL exchanges. |
| tail_serialA | Capture raw serial output for up to 30 seconds without going through the REPL protocol. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |