Home › Other › SigNoz MCP Server

SigNoz MCP Server

SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants

Go
★ 123 stars Last pushed 2026-09-24 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/signoz/signoz-mcp-server:v0.13.0

Or add to your MCP client config:

{
  "mcpServers": {
    "signoz-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/signoz/signoz-mcp-server:v0.13.0"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry