Skip to content
Windsurf

TimeZest for Windsurf

io.github.wyre-technology/timezest-mcp

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

client:Windsurf transport:stdio runtime:oci

Install TimeZest in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

TimeZest in other clients