Gorelo for Cursor
io.github.wyre-ai/gorelo-mcp
MCP server for Gorelo's PSA ticket, client, contact, contract, asset, and time-tracking APIs.
client:Cursor
transport:stdio
runtime:oci
Install Gorelo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gorelo-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs