decisio-mcp-server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@decisio-mcp-serverHelp me choose between two job offers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Decisio MCP Server
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 |
| Browse built-in templates (career, business, technology, etc.) |
| Start a new AHP analysis with criteria and options |
| Set pairwise comparisons (Saaty 1-9 scale) |
| Run AHP calculation — get ranked results with scores |
| Challenge the winning option |
| All-in-one: define + compare + calculate in a single call |
Related MCP server: CRASH - Cascaded Reasoning with Adaptive Step Handling
Quick Start
Install
npm install -g decisio-mcp-serverConfigure 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 buildExample 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBquality-maintenanceProvides structured sequential thinking capabilities for AI assistants to break down complex problems into manageable steps, revise thoughts, and explore alternative reasoning paths.Last updated29
- AlicenseAqualityBmaintenanceEnables structured, iterative reasoning for complex problem-solving with features like confidence tracking, revision mechanisms, and branching support. Provides flexible validation and multiple output formats for systematic analysis and decision-making tasks.Last updated110971MIT
- AlicenseAqualityDmaintenanceEnables enhanced decision-making through hierarchical LLM analysis, using three specialized critique agents (positive, neutral, negative) that analyze proposals in parallel and synthesize them into comprehensive, actionable insights. Helps overcome single-model biases by providing multi-perspective evaluation of complex ideas and proposals.Last updated2MIT
- AlicenseBquality-maintenanceEnables AI assistants to perform structured, step-by-step reasoning by breaking down complex problems into numbered thoughts, with support for revising previous steps and exploring alternative reasoning paths.Last updated5
Related MCP Connectors
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
Human-in-the-loop for AI agents. Submit choices, get a human decision.
Agent-to-agent reasoning-as-a-service: chain-of-thought, analysis, and decision support.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/decisio-app/decisio-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server