Skip to content
Zed

XLIDE for Zed

io.github.williamsmithedward/xlide-mcp

Read, write, analyze, test and diff the VBA, forms, Power Query and cells in Office files

client:Zed transport:stdio runtime:pypi

Install XLIDE in Zed

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

{
  "context_servers": {
    "xlide-mcp": {
      "command": "uvx",
      "args": [
        "xlide-mcp"
      ]
    }
  }
}

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

XLIDE in other clients