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.
Installation Protocols
Claude Code
RecommendedAdd Heighliner to Claude Code using HTTP transport. Run this command in your terminal:
claude mcp add heighliner --transport http /mcpCursor
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
Initiate Connection
After adding the MCP server to your client, invoke any Heighliner tool. Your client will receive an authorization URL.
Guild Authorization
Open the authorization URL in your browser and sign in with your Heighliner credentials. Select your target environment (DEV or PROD).
Navigate the Stars
Once authenticated, Claude gains access to your observability data. Query logs, analyze errors, and investigate sessions at will.
MCP Endpoint
/mcp