Skip to main content
The Polar Signals MCP Server brings AI-powered performance engineering to your Caylex projects, enabling AI agents to directly interact with real production profiling data. Rather than manually interpreting flame graphs, agents can answer natural language questions like ‘What are the main CPU bottlenecks?’ or ‘Which functions consume the most memory?’ by querying actual profiles from Polar Signals Cloud. The server provides tools to discover projects, profile types, metadata labels, and label values, as well as execute PromQL-based profile queries for precise, filtered analysis. This makes performance optimization workflows — spanning CPU profiling, memory allocation analysis, and bottleneck identification — accessible through conversational AI interactions within Caylex Navigators.
Prerequisites:
  • An active Polar Signals Cloud account with at least one project containing profiling data.
  • Authentication credentials obtainable from the ‘AI’ section of the Polar Signals dashboard.
Important API details:
  • Profile queries use PromQL syntax, so agents must construct valid PromQL expressions when calling the get_profile tool (e.g., filtering by labels like app_kubernetes_io_name).
  • Agents should first call get_projects, then profile_types, then labels/values in sequence to discover the correct query parameters before executing a get_profile query.
  • Access to profiling data is scoped to the projects your authenticated Polar Signals account has been granted access to.

Server Details

PropertyValue
TransportStreamable HTTP
Server TypeExternal
Endpointhttps://api.polarsignals.com/api/mcp/
CategoriesAPI Tools & Services, Development & DevOps

Authentication

This server supports the following authentication method:

Header Authentication

This server authenticates via HTTP headers. During the server onboarding flow, you will be prompted to confirm the required headers. Note that you do not provide the values for the headers during the server on-boarding. Header values are provided by the users during the Auth Link flow.

Getting Started

1

Add the server

Navigate to the Server Library and click on the New Server button. Find Polar Signals in the Caylex Catalog.
2

Server Onboarding flow

Go through the server onboarding flow.
3

Use in a project

Add the server to a project by configuring project connections. Its tools are now available to any agents connected to that project.
https://d338mlbnszozgc.cloudfront.net/logos/datadog.svg

Datadog

https://d338mlbnszozgc.cloudfront.net/logos/betterstack.svg

BetterStack

References

https://www.polarsignals.com/docs/mcp

https://www.polarsignals.com/blog/posts/2025/07/17/the-mcp-for-performance-engineering/