Skip to content
Zed

Pane for Zed

io.github.aerolalit/pane

Hand a human a rich interactive UI by URL and get structured data back, from any MCP client.

client:Zed transport:stdio runtime:npm

Install Pane 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": {
    "pane": {
      "command": "npx",
      "args": [
        "-y",
        "@paneui/mcp"
      ],
      "env": {
        "PANE_API_KEY": "<PANE_API_KEY>",
        "PANE_URL": "<PANE_URL>",
        "PANE_AGENT_NAME": "<PANE_AGENT_NAME>",
        "PANE_REGISTER_SECRET": "<PANE_REGISTER_SECRET>"
      }
    }
  }
}

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

Pane in other clients