MCP Server para análise de traces do Glowroot
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"glowroot-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Glowroot MCP Server An MCP (Model Context Protocol) server that enables AI assistants to analyze Java application traces captured by [Glowroot](https://glowroot.org), an open-source APM tool. ## Features - **list_recent_errors** — List recent errors within a time window - **analyze_trace** — Deep-dive into a specific trace with execution tree and stack traces - **find_timeout_errors** — Find timeout-related errors (SocketTimeoutException, etc.) - **analyze_error_patterns** — Group errors by transaction and identify the most affected - **get_error_by_message** — Search errors by message text (e.g. "NullPointerException") ## Installation ```bash pipx install glowroot-mcp-server ``` Or with pip: ```bash pip install glowroot-mcp-server ``` ## Configuration Set environment variables or create a `.env` file: ```env GLOWROOT_URL=http://localhost:4000 GLOWROOT_AGENT_ID= ``` | Variable | Description | Default | |---|---|---| | `GLOWROOT_URL` | Base URL of the Glowroot instance | `http://localhost:4000` | | `GLOWROOT_AGENT_ID` | Agent ID for multi-agent setups | empty (single agent) | ## Usage ### As a standalone server ```bash glowroot-mcp ``` ### With Claude Desktop / Kiro Add to your MCP configuration: ```json { "mcpServers": { "glowroot": { "command": "glowroot-mcp", "env": { "GLOWROOT_URL": "http://localhost:4000", "GLOWROOT_AGENT_ID": "" } } } } ``` ### With pipx If installed via `pipx`, the `glowroot-mcp` command is available globally: ```json { "mcpServers": { "glowroot": { "command": "glowroot-mcp", "env": { "GLOWROOT_URL": "http://localhost:4000" } } } } ``` ## Requirements - Python 3.10+ - A running [Glowroot](https://glowroot.org) instance monitoring your Java application ## License MIT
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.