MCP Server
Active
MIT
io.github.inity13/decisionmatrix-mcp MCP Server
io.github.inity13/decisionmatrix-mcp
What is the io.github.inity13/decisionmatrix-mcp MCP server?
Deterministic multi-criteria decision analysis for AI agents — score, rank & explain options.
How to install io.github.inity13/decisionmatrix-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"decisionmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"decisionmatrix-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"decisionmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"decisionmatrix-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"decisionmatrix-mcp": {
"command": "npx",
"args": [
"-y",
"decisionmatrix-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"decisionmatrix-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"decisionmatrix-mcp"
]
}
}
}Claude Code
claude mcp add decisionmatrix-mcp -- npx -y decisionmatrix-mcpRelated MCP servers
Deterministic reasoning stack for AI agents: simulate, decide & compute, plus cross-domain tools.
0
View repository →JavaScript
MIT
High-precision finance & business calculations for AI agents — exact decimals, never floats.
0
View repository →Python
MIT
Deterministic what-if & scenario simulation for AI agents: projections, sensitivity & break-even.
0
View repository →JavaScript
MIT