Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.elyngved/failmodes

io.github.elyngved/failmodes

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

Uptime
100.0%
1 direct probes · 30d
Response
891ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

search_failure_modes

Search the Fail Modes taxonomy by symptom text or keyword phrase. Returns ranked matches with id, name, category, and matched context.

get_failure_mode

Retrieve the full structured record for a single failure mode by its ID slug (e.g. 'citation-hallucination', 'sycophancy').

list_categories

List all taxonomy categories with their IDs, names, descriptions, and mode counts.

list_modes

List failure modes, optionally filtered to a single category by category ID.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.elyngved/failmodes": {
      "url": "https://www.failmodes.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}