Skip to content
Windsurf

Atera for Windsurf

io.github.wyre-ai/atera-mcp

MCP server for Atera RMM — customers, tickets, and more.

client:Windsurf transport:stdio runtime:oci

Install Atera 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": {
    "atera-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/atera-mcp:v1.5.10"
      ],
      "env": {
        "ATERA_API_KEY": "<ATERA_API_KEY>",
        "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

Atera in other clients