Failecho MCP Server

Failure intelligence for AI agents and autonomous software. Before you retry, check the echo. Its 4 documented tools cover tool, report, failure.

People who work with tool, report and failure and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 2 · #54 OF 120 MAINTAINED DEVOPS & MONITORING · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Failecho

before you install - you'll need

Set FAILECHO_OPERATOR_TOKEN before connecting.

Claude Code

claude mcp add failecho-failecho --transport http https://failecho.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "failecho-failecho": {
      "url": "https://failecho.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://failecho.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-09-18

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to failecho.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

repo age created 2026-09-10 - young repo, little track record yet

license MIT - declared in the repository

npm package failecho-mcp - unscoped; check the name against the project README before installing

registry vendor namespace com.failecho - domain-verified with the official MCP registry

03 · What Failecho can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can call before retrying. What is happening with this failure right now, and what recovery actually worked?, and report whether a recovery action worked.

Capability map

Tools grouped from the project's README - what Failecho lets an agent do.

Report

3 tools - e.g. Contribute a failure observation. Returns its fingerprint.; Contribute a success, so failure rates have a denominator.; Report whether a recovery action worked.

report_tool_failure · report_tool_success · report_recovery_outcome

Check

1 tool - e.g. Call before retrying. What is happening with this failure right now, and what recovery actually worked?

check_tool_failure

Latest releases

v0.1.0 · 2026-09-11

First public release of FailEcho, a shared failure intelligence network for AI agents. · An agent reports a tool failure; the server normalizes the message into a fingerprint; agents report which recovery they tried…

04 · Who maintains Failecho

failecho is maintained by failecho. It's the only MCP server we track from this author; the repo dates to Sep 2026.

05 · Facts

category
DevOps & monitoring - ranked #54 of 120 actively-maintained DevOps & monitoring servers as of 2026-09-18.
release cadence
1 release in the last 90 days (latest 2026-09-11)
registry
com.failecho/failecho (active, first published 2026-09-10 · 2 versions)
packages
npm:failecho-mcp · pypi:failecho-mcp

06 · Failecho FAQ

Is Failecho still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 1 release in the last 90 days. We re-verify nightly.

What can Failecho do?

With this server connected, an agent can call before retrying. What is happening with this failure right now, and what recovery actually worked?, and report whether a recovery action worked.

How do I install Failecho?

Run `npx -y failecho-mcp`. The README documents one environment variable (FAILECHO_OPERATOR_TOKEN) to set first. Set FAILECHO_OPERATOR_TOKEN before connecting. You can also paste the ready-made client config above.

Does Failecho require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-09-18; you can connect without credentials.

07 · Alternatives to Failecho