From bc77d0d8bc7fd44f1f55858c3316947bb1bc2937 Mon Sep 17 00:00:00 2001 From: Fuyuki0 <252602213+Fuyuki0@users.noreply.github.com> Date: Fri, 11 Sep 2026 04:02:01 +0000 Subject: [PATCH] Add FailEcho to Monitoring FailEcho is a cross-agent failure intelligence network. Agents check it before retrying a failed tool call to see whether other agents are hitting the same failure and which recovery worked. Placed alphabetically in the Monitoring section. Python codebase, available both as a hosted remote server and self-hosted. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01QzYv4T5Hg6fiU1sAkGpYKx --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6b4acd70b..614f7d375 100644 --- a/README.md +++ b/README.md @@ -3017,6 +3017,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [ejcho623/agent-breadcrumbs](https://github.com/ejcho623/agent-breadcrumbs) 📇 ☁️ 🏠 - Unified agent work logging and observability across ChatGPT, Claude, Cursor, Codex, and OpenClaw with config-first schemas and pluggable sinks. - [enmanuelmag/heimdall-mcp](https://github.com/enmanuelmag/heimdall-mcp) [![enmanuelmag/heimdall-mcp](https://glama.ai/mcp/servers/enmanuelmag/heimdall-mcp/badges/score.svg)](https://glama.ai/mcp/servers/enmanuelmag/heimdall-mcp) 📇 ☁️ 🏠 🍎 🪟 🐧 - Transparent proxy for any MCP server that intercepts all JSON-RPC messages, measures latency, and stores traces in SQLite, PostgreSQL, or MySQL. Exports OpenTelemetry (OTLP) spans to Jaeger, Tempo, or Grafana. Supports stdio, HTTP, and SSE transports. `npx @cardor/heimdall-mcp` - [esp4ce/infra-mcp](https://github.com/esp4ce/infra-mcp) [![esp4ce/infra-mcp MCP server](https://glama.ai/mcp/servers/esp4ce/infra-mcp/badges/score.svg)](https://glama.ai/mcp/servers/esp4ce/infra-mcp) 🐍 🏠 🍎 🪟 🐧 - Read-only MCP server for on-prem Linux VMs and PostgreSQL over SSH. Check service health (systemd/journald), retrieve bounded logs, inspect DB state, and explore table schemas — without terminal access. Allowlist-gated, append-only audit log. `pip install infra-mcp`. +- [FailEcho/failecho](https://github.com/FailEcho/failecho) [![FailEcho/failecho MCP server](https://glama.ai/mcp/servers/FailEcho/failecho/badges/score.svg)](https://glama.ai/mcp/servers/FailEcho/failecho) 🐍 ☁️ 🏠 🍎 🪟 🐧 - Cross-agent failure intelligence. Before an agent retries a failed tool call, `check_tool_failure` reports whether other agents are hitting the same failure right now and which recovery actually worked, with a Wilson-score confidence. Privacy-by-schema: no prompts, keys, or payloads stored. Hosted remote server at `https://failecho.com/mcp`, or self-host. - [firecrawl/firecrawl-mcp-server](https://github.com/firecrawl/firecrawl-mcp-server) [![firecrawl/firecrawl-mcp-server MCP server](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/firecrawl/firecrawl-mcp-server) 🎖️ 📇 ☁️ 🏠 - Official Firecrawl server with website change monitoring — schedule recurring checks on tracked pages and get notified with diffs when content changes. Also on-demand scrape, crawl, search, and extract. - [getsentry/sentry-mcp](https://github.com/getsentry/sentry-mcp) 🐍 ☁️ - Sentry.io integration for error tracking and performance monitoring - [GeiserX/duplicacy-mcp](https://github.com/GeiserX/duplicacy-mcp) [![GeiserX/duplicacy-mcp MCP server](https://glama.ai/mcp/servers/GeiserX/duplicacy-mcp/badges/score.svg)](https://glama.ai/mcp/servers/GeiserX/duplicacy-mcp) 🏎️ ☁️ 🍎 🪟 🐧 - Go-based MCP server for Duplicacy backup monitoring. Query backup job status and Prometheus metrics from a Duplicacy exporter. Docker image available.