Skip to content
Claude Desktop

Gorelo for Claude Desktop

io.github.wyre-ai/gorelo-mcp

MCP server for Gorelo's PSA ticket, client, contact, contract, asset, and time-tracking APIs.

client:Claude Desktop transport:stdio runtime:oci

Install Gorelo in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "gorelo-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
      ],
      "env": {
        "GORELO_API_KEY": "<GORELO_API_KEY>",
        "GORELO_REGION": "<GORELO_REGION>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Gorelo in other clients