io.github.ThoTischner/observability-mcp MCP Server
io.github.ThoTischner/observability-mcp
What is the io.github.ThoTischner/observability-mcp MCP server?
Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
How to install io.github.ThoTischner/observability-mcp
Copy-paste configuration for popular MCP clients.
MCP_TRANSPORTSet to 'stdio' when an MCP client spawns the package directly (the npx default starts the HTTP gateway + Web UI on :3000 instead).
PROMETHEUS_URLPrometheus base URL to connect as a metrics source (optional; sources are also configurable via the Web UI / sources.yaml).
LOKI_URLLoki base URL to connect as a logs source (optional).
{
"mcpServers": {
"observability-mcp": {
"command": "npx",
"args": [
"-y",
"@thotischner/observability-mcp"
],
"env": {
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"PROMETHEUS_URL": "<YOUR_PROMETHEUS_URL>",
"LOKI_URL": "<YOUR_LOKI_URL>"
}
}
}
}{
"mcpServers": {
"observability-mcp": {
"command": "npx",
"args": [
"-y",
"@thotischner/observability-mcp"
],
"env": {
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"PROMETHEUS_URL": "<YOUR_PROMETHEUS_URL>",
"LOKI_URL": "<YOUR_LOKI_URL>"
}
}
}
}{
"mcpServers": {
"observability-mcp": {
"command": "npx",
"args": [
"-y",
"@thotischner/observability-mcp"
],
"env": {
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"PROMETHEUS_URL": "<YOUR_PROMETHEUS_URL>",
"LOKI_URL": "<YOUR_LOKI_URL>"
}
}
}
}{
"servers": {
"observability-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thotischner/observability-mcp"
],
"env": {
"MCP_TRANSPORT": "<YOUR_MCP_TRANSPORT>",
"PROMETHEUS_URL": "<YOUR_PROMETHEUS_URL>",
"LOKI_URL": "<YOUR_LOKI_URL>"
}
}
}
}claude mcp add observability-mcp --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env PROMETHEUS_URL=<YOUR_PROMETHEUS_URL> --env LOKI_URL=<YOUR_LOKI_URL> -- npx -y @thotischner/observability-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.