Skip to content
Zed

PlatformIO for Zed

io.github.powerdragonfire/platformio.mcp

PlatformIO for AI agents: build, flash, serial monitor, tests, crash decoding, size reports.

client:Zed transport:stdio runtime:pypi

Install PlatformIO in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "platformio.mcp": {
      "command": "uvx",
      "args": [
        "platformio.mcp"
      ],
      "env": {
        "PLATFORMIO_MCP_POLICY": "<PLATFORMIO_MCP_POLICY>",
        "PLATFORMIO_MCP_PROJECT_DIR": "<PLATFORMIO_MCP_PROJECT_DIR>",
        "PLATFORMIO_MCP_PIO": "<PLATFORMIO_MCP_PIO>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PlatformIO in other clients