Skip to content

Installation and Setup

The MCP server is fully remote and does not require any local installation.

Connecting to the remote server

In any application supporting MCP (e.g., Cursor or Claude), add the following configuration to your mcp.json:

{
  "mcpServers": {
    "coralogix-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "<your-coralogix-mcp-endpoint>",
        "--header",
        "Authorization:${CORALOGIX_API_KEY}"
      ],
      "env": {
        "CORALOGIX_API_KEY": "<your-api-key>"
      }
    }
  }
}
  • Replace <your-coralogix-mcp-endpoint> with the MCP endpoint associated with your Coralogix domain.

  • Replace <your-api-key> with a personal Coralogix API key.

Starting a session

Start a conversation with claude-4-sonnet or o3 and enter a prompt such as:

Show me the most frequent errors for service XYZ in the past week.

The assistant should locate relevant log entries and identify problematic functions.

Requesting a fix for agent-based IDEs

After identifying the issue, for agent-based IDEs such as Cursor, instruct the assistant to fix it by saying:

Now, fix the issue.

You can also ask:

When did the issue start?