MCP Server
MCP
io.github.ThoTischner/observability-mcp
Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
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
By
Comments
Sign in to leave a comment