
SigNoz MCP Server
Supports UIby asmud
Integrate SigNoz observability platform with AI assistants to query metrics, logs, traces, and alerts.
What it does
This server connects AI assistants to the SigNoz observability platform, allowing the AI to analyze system telemetry data directly. It enables developers to troubleshoot production issues by querying metrics and logs through natural language.
Tools
- Metrics Tools: Query time-series telemetry data and metadata.
- Logs Tools: Search, filter, and aggregate system log entries.
- Traces Tools: Search for specific traces and retrieve detailed span information.
- Dashboard Tools: List and retrieve configurations for SigNoz dashboards.
- Alert Tools: Monitor alert status and manage alert configurations.
- Utilities: Perform health checks and service discovery.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"signoz-mcp": {
"command": "python",
"args": ["-m", "signoz_mcp.server"],
"env": {
"SIGNOZ_ENDPOINT": "http://localhost:3301",
"SIGNOZ_API_KEY": "your_api_key"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
pip install -e .[dev]Information
- Pricing
- free
- Published
- 5/3/2026
- stars







