Heighliner

Navigate the Observability Universe

A Model Context Protocol server that grants Claude access to your Heighliner observability platform. Query CloudWatch logs, analyze errors, and investigate sessions across the stars.

CloudWatch Logs
Error Analysis
Session Tracking

Installation Protocols

Claude Code

Recommended

Add Heighliner to Claude Code using HTTP transport. Run this command in your terminal:

claude mcp add heighliner --transport http /mcp

Cursor

Add this configuration to your Cursor MCP settings:

{
  "mcpServers": {
    "heighliner": {
      "url": "/mcp"
    }
  }
}

Other MCP Clients

Generic configuration for MCP-compatible clients:

{
  "heighliner": {
    "transport": "http",
    "url": "/mcp"
  }
}

Authentication Protocol

1

Initiate Connection

After adding the MCP server to your client, invoke any Heighliner tool. Your client will receive an authorization URL.

2

Guild Authorization

Open the authorization URL in your browser and sign in with your Heighliner credentials. Select your target environment (DEV or PROD).

3

Navigate the Stars

Once authenticated, Claude gains access to your observability data. Query logs, analyze errors, and investigate sessions at will.

MCP Endpoint

/mcp