Odel
SigNoz MCP Server

SigNoz MCP Server

Local
@signoz118GoApache-2.0Updated 4 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerdocker.io/signoz/signoz-mcp-server:v0.13.0

Run

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

MCP client config

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