Failmodes
БесплатноНе проверенMCP server that provides search and retrieval of AI system failure modes from the Fail Modes taxonomy, covering factuality, alignment, planning, and more.
Описание
MCP server that provides search and retrieval of AI system failure modes from the Fail Modes taxonomy, covering factuality, alignment, planning, and more.
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
- Taxonomy source: github.com/elyngved/failmodes-taxonomy
- Website: failmodes.com
- Remote MCP manifest: failmodes.com/server.json
License
MIT
Установка Failmodes
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/elyngved/failmodes-mcpFAQ
Failmodes MCP бесплатный?
Да, Failmodes MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Failmodes?
Нет, Failmodes работает без API-ключей и переменных окружения.
Failmodes — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Failmodes в Claude Desktop, Claude Code или Cursor?
Открой Failmodes на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Failmodes with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
