Back to AI Assistance
Signoz MCP Server
The Signoz MCP Server lets you connect developer tools like Cursor or Claude Desktop to your Signoz instance. It's an open-source project maintained by DrDroid (not affiliated with Signoz), and allows you to query logs, dashboards, metrics, and more — making observability data directly accessible within your IDE or AI assistant.
Last updated: 1/27/2026
Installation
Add this MCP to your configuration:
{
"mcpServers": {
"signoz-mcp-server": {
// See GitHub repository for configuration
}
}
}