Skip to content
Zed

TimeZest for Zed

io.github.wyre-technology/timezest-mcp

MCP server for TimeZest — appointment scheduling, agents, appointment types, and resources for MSPs.

client:Zed transport:stdio runtime:oci

Install TimeZest 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": {
    "timezest-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/timezest-mcp:v1.2.6"
      ],
      "env": {
        "TIMEZEST_API_TOKEN": "<TIMEZEST_API_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

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

TimeZest in other clients