Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Fail Modes

FreeNot checked

Knowledge base of AI system failure modes, covering the Fail Modes taxonomy.

GitHubEmbed

About

Knowledge base of AI system failure modes, covering the Fail Modes taxonomy.

README

MCP server for the Fail Modes taxonomy — a machine-readable knowledge base of AI system failure modes.

Provides four tools over 100+ canonical failure mode records spanning factuality, alignment, planning, code generation, instruction following, and more.

Tools

Tool Description
search_failure_modes Search by symptom text or keyword phrase. Returns ranked matches.
get_failure_mode Retrieve the full structured record for a failure mode by ID slug.
list_categories List all taxonomy categories with descriptions and mode counts.
list_modes List all modes, optionally filtered by category ID.

Quick Start

No installation required — run directly with npx:

npx failmodes-mcp

Configuration

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "failmodes": {
      "command": "npx",
      "args": ["-y", "failmodes-mcp"]
    }
  }
}

Cursor / VS Code

Add to your MCP settings file:

{
  "mcpServers": {
    "failmodes": {
      "command": "npx",
      "args": ["-y", "failmodes-mcp"]
    }
  }
}

Remote (no install required)

A hosted Streamable HTTP version is also available — no npm package needed:

{
  "mcpServers": {
    "failmodes": {
      "url": "https://www.failmodes.com/api/mcp"
    }
  }
}

How It Works

On first tool call, the server fetches current taxonomy data from failmodes.com and caches it in memory for the duration of the session. Requires internet access.

The stdio transport makes this compatible with any MCP client that supports running local processes (Claude Desktop, Cursor, VS Code, etc.).

Links

License

MIT

from github.com/elyngved/failmodes-mcp

Install Fail Modes in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install fail-modes

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add fail-modes -- npx -y failmodes-mcp

Step-by-step: how to install Fail Modes

FAQ

Is Fail Modes MCP free?

Yes, Fail Modes MCP is free — one-click install via Unyly at no cost.

Does Fail Modes need an API key?

No, Fail Modes runs without API keys or environment variables.

Is Fail Modes hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Fail Modes in Claude Desktop, Claude Code or Cursor?

Open Fail Modes on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Fail Modes with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs