Skip to content
Zed

miro for Zed

com.mcparmory/miro

Create and manage collaborative boards, items, and diagrams programmatically

client:Zed transport:stdio runtime:pypi

Install miro in Zed

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

{
  "context_servers": {
    "miro": {
      "command": "uvx",
      "args": [
        "mcparmory-miro"
      ]
    }
  }
}

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

miro in other clients