← Index

Syncro

io.github.wyre-technology/syncro-mcp·v1.2.3·Other
Quality Score
95
/100

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

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "syncro-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-technology/syncro-mcp:v1.2.3"
      ],
      "env": {
        "SYNCRO_SUBDOMAIN": "<syncro_subdomain>",
        "SYNCRO_API_KEY": "<your-syncro_api_key>",
        "MCP_TRANSPORT": "stdio",
        "AUTH_MODE": "env",
        "LOG_LEVEL": "info"
      }
    }
  }
}
§02  Environment variables
SYNCRO_SUBDOMAIN
required

Syncro account subdomain (e.g. 'acme' for acme.syncromsp.com)

SYNCRO_API_KEY
requiredsecret

Syncro API key generated from the admin settings

MCP_TRANSPORT

Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

AUTH_MODE

Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

LOG_LEVEL

Log verbosity: debug, info, warn, error

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other