← Back to Plugins
MCP Server MCP

io.github.ThoTischner/observability-mcp

github By github 👁 1 views ▲ 0 votes

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.

Homepage Verified source GitHub

Install

npx -y @thotischner/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@thotischner/observability-mcp",
      "version": "3.9.5",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'stdio' when an MCP client spawns the package directly (the npx default starts the HTTP gateway + Web UI on :3000 instead).",
          "format": "string",
          "name": "MCP_TRANSPORT"
        },
        {
          "description": "Prometheus base URL to connect as a metrics source (optional; sources are also configurable via the Web UI / sources.yaml).",
          "format": "string",
          "name": "PROMETHEUS_URL"
        },
        {
          "description": "Loki base URL to connect as a logs source (optional).",
          "format": "string",
          "name": "LOKI_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...