Loading MCP server directory, please wait...
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
npx @getmcp/cli add io.github.wyre-technology/syncro-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SYNCRO_SUBDOMAINSyncro account subdomain (e.g. 'acme' for acme.syncromsp.com)
SYNCRO_API_KEYSyncro API key generated from the admin settings
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/syncro-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SYNCRO_SUBDOMAIN",
"-e",
"SYNCRO_API_KEY",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-technology/syncro-mcp:v1.2.3"
],
"env": {
"SYNCRO_SUBDOMAIN": "",
"SYNCRO_API_KEY": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}