Signoz MCP Server logo

Signoz MCP Server

6

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.

This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.

{ "env": { "SIGNOZ_HOST": "https://your-signoz-instance.com", "SIGNOZ_API_KEY": "your-signoz-api-key-here", "SIGNOZ_SSL_VERIFY": "true" }, "args": [ "run", "--rm", "-i", "-e", "SIGNOZ_HOST", "-e", "SIGNOZ_API_KEY", "-e", "SIGNOZ_SSL_VERIFY", "ddroid/signoz-mcp-server", "-t", "stdio" ], "command": "docker" }