← Back to browse

About

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSYNCRO_SUBDOMAIN SYNCRO_API_KEY MCP_TRANSPORT AUTH_MODE LOG_LEVEL
Claude Code
claude mcp add --env SYNCRO_SUBDOMAIN= --env SYNCRO_API_KEY= --env MCP_TRANSPORT= --env AUTH_MODE= --env LOG_LEVEL= syncro-mcp -- docker ghcr.io/wyre-technology/syncro-mcp:v1.4.2
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"syncro-mcp","command":"docker","args":["ghcr.io/wyre-technology/syncro-mcp:v1.4.2"],"env":{"SYNCRO_SUBDOMAIN":"","SYNCRO_API_KEY":"","MCP_TRANSPORT":"","AUTH_MODE":"","LOG_LEVEL":""}}'
JSON
{
  "mcpServers": {
    "syncro-mcp": {
      "command": "docker",
      "args": [
        "ghcr.io/wyre-technology/syncro-mcp:v1.4.2"
      ],
      "env": {
        "SYNCRO_SUBDOMAIN": "",
        "SYNCRO_API_KEY": "",
        "MCP_TRANSPORT": "",
        "AUTH_MODE": "",
        "LOG_LEVEL": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.