Decisio Server
БесплатноНе проверенEnables AI assistants to perform structured decision-making using the Analytic Hierarchy Process (AHP), allowing users to define criteria, compare options pairw
Описание
Enables AI assistants to perform structured decision-making using the Analytic Hierarchy Process (AHP), allowing users to define criteria, compare options pairwise, and calculate ranked results with consistency validation.
README
Structured decision-making for AI assistants — powered by the Analytic Hierarchy Process (AHP), the same framework trusted by NASA, Boeing, and the World Bank.
When someone asks an AI "help me choose between job offers" or "which city should I move to", the AI can use Decisio's MCP tools to run a mathematically rigorous analysis instead of just listing pros and cons.
Tools
| Tool | Description |
|---|---|
decisio_list_templates |
Browse built-in templates (career, business, technology, etc.) |
decisio_create_decision |
Start a new AHP analysis with criteria and options |
decisio_compare |
Set pairwise comparisons (Saaty 1-9 scale) |
decisio_calculate |
Run AHP calculation — get ranked results with scores |
decisio_devils_advocate |
Challenge the winning option |
decisio_quick_decide |
All-in-one: define + compare + calculate in a single call |
Quick Start
Install
npm install -g decisio-mcp-server
Configure in Claude Desktop / VS Code / Cursor
Add to your MCP config:
{
"mcpServers": {
"decisio": {
"command": "npx",
"args": ["-y", "decisio-mcp-server"]
}
}
}
Build from source
git clone https://github.com/decisio-app/decisio-mcp-server.git
cd decisio-mcp-server
npm install
npm run build
Example Conversation
User: Help me choose between Berlin, Lisbon, and Austin for relocation.
AI (uses decisio_create_decision with relocation template):
Created decision with criteria: Cost of Living, Career Opportunities, Quality of Life, Weather & Climate, Social & Community.
AI (walks through pairwise comparisons):
Which matters more to you: Cost of Living or Career Opportunities?
User: Career, definitely — about 5x more important.
AI (uses decisio_compare):
Got it. How about Career vs Quality of Life?
(... continues through all pairs ...)
AI (uses decisio_calculate):
Results (AHP Analysis)
- Lisbon — 38.2%
- Austin — 32.1%
- Berlin — 29.7%
Consistency Ratio: 0.04 (Very High confidence)
AI (uses decisio_devils_advocate):
The gap between Lisbon and Austin is only 6.1pp. If Career Opportunities weighted less, Austin could overtake...
How AHP Works
- Define your goal, criteria, and options
- Compare criteria pairwise: "Is Cost more important than Quality? By how much?"
- Compare options under each criterion: "For Cost, is Berlin better than Lisbon?"
- Calculate — AHP computes weighted scores using eigenvector mathematics
- Validate — Consistency Ratio checks if your comparisons are logically coherent
The Saaty scale (1-9) quantifies preferences:
| Value | Meaning |
|---|---|
| 1 | Equal importance |
| 3 | Moderate importance |
| 5 | Strong importance |
| 7 | Very strong importance |
| 9 | Extreme importance |
| 2,4,6,8 | Intermediate values |
| 1/3, 1/5, etc. | Inverse (B preferred over A) |
Full Experience
For Playbook, Outcome Tracking, PDF Export, and the full AI-powered Devil's Advocate — download Decisio on iOS:
License
MIT
Установка Decisio Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/decisio-app/decisio-mcp-serverFAQ
Decisio Server MCP бесплатный?
Да, Decisio Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Decisio Server?
Нет, Decisio Server работает без API-ключей и переменных окружения.
Decisio Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Decisio Server в Claude Desktop, Claude Code или Cursor?
Открой Decisio Server на 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 Decisio Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
