io.github.elyngved/failmodes
io.github.elyngved/failmodesMCP server for the Fail Modes taxonomy — a knowledge base of AI system failure modes
Tools · 4
Search the Fail Modes taxonomy by symptom text or keyword phrase. Returns ranked matches with id, name, category, and matched context.
Retrieve the full structured record for a single failure mode by its ID slug (e.g. 'citation-hallucination', 'sycophancy').
List all taxonomy categories with their IDs, names, descriptions, and mode counts.
List failure modes, optionally filtered to a single category by category ID.
Similar MCP servers embedding-nearest
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"
}
}
}