Skip to content
Cursor

SigNoz MCP Server for Cursor

io.github.signoz/signoz-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install SigNoz MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

SigNoz MCP Server in other clients