Loading MCP server directory, please wait...
MCP server for Gorelo's PSA ticket, client, contact, contract, asset, and time-tracking APIs.
npx @getmcp/cli add io.github.WYRE-AI/gorelo-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GORELO_API_KEYGorelo Public API key for the tenant, sent as the X-API-Key header.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/gorelo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GORELO_API_KEY",
"-e",
"GORELO_REGION",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/gorelo-mcp:v1.0.0"
],
"env": {
"GORELO_API_KEY": "",
"GORELO_REGION": "us",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}