Skip to content
Zed

ioffice mcp for Zed

io.github.chrischall/ioffice-mcp

iOffice workspace management for Claude — book rooms, manage visitors, maintenance tickets

client:Zed transport:stdio runtime:npm

Install ioffice mcp 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": {
    "ioffice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ioffice-mcp"
      ],
      "env": {
        "IOFFICE_HOST": "<IOFFICE_HOST>",
        "IOFFICE_TOKEN": "<IOFFICE_TOKEN>",
        "IOFFICE_USERNAME": "<IOFFICE_USERNAME>",
        "IOFFICE_PASSWORD": "<IOFFICE_PASSWORD>"
      }
    }
  }
}

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

ioffice mcp in other clients