Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 port.

flash_firmwareA

Write firmware_path to port.

Reports progress at least every 5% via MCP progress notifications and can be cancelled mid-flash. erase=True wipes the whole flash first and requires confirm_erase=True as a separate explicit argument.

repl_execA

Run code on port over MicroPython's raw REPL; stdout/stderr/exception come back separately.

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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/0mandrock1/mcp-esp32'

If you have feedback or need assistance with the MCP directory API, please join our Discord server