A field guide to the mistakes your mind makes — an open, adversarial behavioural-bias engine (web + MCP). Runs no model; audits via your own AI.
claude mcp add irrational -- npx -y wrangler{
"mcpServers": {
"irrational": {
"command": "npx",
"args": ["-y", "wrangler"]
}
}
}Resumen de MCP Servers
# Irrational
**A field guide to the mistakes your mind makes, and an open, adversarial behavioural-bias engine you can call from your own AI or any MCP agent.**
<p align="center">
<a href="https://irrational.pages.dev"><img src="public/og.png" alt="Irrational: a field guide to the mistakes your mind makes, and an engine that audits your decisions" width="720" /></a>
</p>
[](https://irrational.pages.dev)
[](https://registry.modelcontextprotocol.io/v0/servers?search=irrational)
[](https://github.com/urbanmorph/irrational/actions/workflows/ci.yml)
[](LICENSE)
[](CONTRIBUTING.md)
→ **[irrational.pages.dev](https://irrational.pages.dev)** · [Field guide](https://irrational.pages.dev/biases) · [Connect via MCP](https://irrational.pages.dev/mcp) · [Sources](https://irrational.pages.dev/sources)
Irrational **runs no AI model.** It provides the curated adversarial framework, a 22-bias catalogue, and a stateless scaffold, delivered as a public field guide and an open MCP tool, and the reasoning is done by whatever model you or your agent already have. **No API keys. No stored decisions. Nothing leaves you.**
A frontier model already knows the biases, so the value isn't informational; it's behavioural. A plain LLM is trained to agree, while Irrational has a fixed adversarial contract (_assume you're biased, refuse to validate, argue the other side_) that an agent can invoke systematically, even on its own draft reasoning.
## What an audit looks like
> **You:** "We should rewrite our 6-year-old backend from scratch this year, we've already spent two months on a POC that went well, and I'm confident we can finish in six."
> **THE CALL**: Don't greenlight the big-bang rewrite. Carve off the worst module first, with a hard 3-month checkpoint. Confidence the 6-month plan succeeds: ~25%, mostly **sunk cost** + the **planning fallacy**.
>
> **THE AUDIT**: Those "two months on a POC" are gone either way, but they're doing most of the talking _(sunk cost)_. "About six months" is a best-case with no reference class; rewrites of mature systems routinely run 2–3× _(planning fallacy)_…
Verdict-first, every bias tied to your own words, grounded in a cited catalogue. [See the full worked examples →](https://irrational.pages.dev/#engine)
## Add it to your AI
Listed on the **[official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=irrational)** as `io.github.urbanmorph/irrational`. Connect any MCP client to the live endpoint, no install, no keys:
```bash
# Claude Code
claude mcp add --transport http irrational https://irrational.pages.dev/mcp/server
```
…or point any MCP client at `https://irrational.pages.dev/mcp/server`:
```json
{
"mcpServers": {
"irrational": {
"type": "http",
"url": "https://irrational.pages.dev/mcp/server"
}
}
}
```
Tools: `analyze_decision` (the adversarial audit) · `list_biases` · `get_bias`. Pass `language` for a reply in another language, or `structured: true` for parseable JSON.
## What's inside
- **Field guide**: 22 cognitive biases grouped by Buster Benson's four problems the brain solves, each with the question that breaks its spell and a **verified citation**.
- **The engine**: an MCP server exposing `analyze_decision`, `list_biases`, `get_bias`. `analyze_decision` returns a verdict-first _directive_ your model executes. The discipline is ours; the reasoning is yours.
- **The web forge**: type a decision; it assembles the adversarial prompt in your browser and hands off to _your_ AI. No model runs here.
- **Pen-and-paper audit**: the whole method on one [printable page](https://irrational.pages.dev/checklist).
## Stack
Astro (pure static) · Cloudflare Pages · a hand-rolled, dependency-free JSON-RPC MCP endpoint as a [Pages Function](functions/mcp/server.ts). No runtime model, no database. Single source of truth: [`src/data/biases.ts`](src/data/biases.ts) feeds both the web and the MCP.
## Develop
```bash
npm install --ignore-scripts # we don't use image optimization, so skip sharp's native build
npm run dev # http://localhost:4321
npm test # vitest, engine + catalogue (29 tests)
npm run build # static pages
```
The MCP endpoint is a Cloudflare Pages Function, run it locally with `npx wrangler pages dev dist`.
## Contributing
Translations, proposed biases, and worked examples are welcome, see [CONTRIBUTING.md](CONTRIBUTING.md). This project also publishes a public [PDGI scorecard](PDGI.md).
## Licence
Code is **[MIT](LICENSE)**. The bias-catalogue text (definitions, examples, and the curated prose in `src/data/`) is additionally available under **CC-BY-4.0**. Every claim is cited, see [/sources](https://irrational.pages.dev/sources).
Built by [Urban Morph](https://urbanmorph.com).
Lo que la gente pregunta sobre irrational
¿Qué es urbanmorph/irrational?
+
urbanmorph/irrational es mcp servers para el ecosistema de Claude AI. A field guide to the mistakes your mind makes — an open, adversarial behavioural-bias engine (web + MCP). Runs no model; audits via your own AI. Tiene 0 estrellas en GitHub y se actualizó por última vez yesterday.
¿Cómo se instala irrational?
+
Puedes instalar irrational clonando el repositorio (https://github.com/urbanmorph/irrational) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar urbanmorph/irrational?
+
urbanmorph/irrational aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene urbanmorph/irrational?
+
urbanmorph/irrational es mantenido por urbanmorph. La última actividad registrada en GitHub es de yesterday, con 0 issues abiertos.
¿Hay alternativas a irrational?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega irrational en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/urbanmorph-irrational)<a href="https://claudewave.com/repo/urbanmorph-irrational"><img src="https://claudewave.com/api/badge/urbanmorph-irrational" alt="Featured on ClaudeWave: urbanmorph/irrational" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。