1. Conduid
  2. Developer Tools
  3. Decision Stack
MCP server · Developer Tools

Decision Stack

MCP server for building your Decision Stack — structured strategic thinking using the framework by Martin Eriksson and Jonny Schneider

37Low

Scored 4 months ago · breakdown

About Decision Stack

Decision Stack is an MCP server in the Developer Tools category: mCP server for building your Decision Stack — structured strategic thinking using the framework by Martin Eriksson and Jonny Schneider. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add decision-stack -- npx -y decision-stack
npx
npx -y decision-stack

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Decision Stack

Powered by Claude · Grounded in docs

I know everything about Decision Stack. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

Decision Stack MCP Server

An MCP server that brings the Decision Stack framework to MCP-compatible clients like Claude Code, Codex, and Gemini CLI.

What it does

Exposes a decision-stack tool that guides you through organising your strategic thinking into a structured context bundle — ready to import into Lunastak to generate your full Decision Stack (Vision, Strategy, Objectives, Principles, Opportunities).

Four modes:

  • Context dump — share documents, get organised themes back
  • Strategic exploration — guided Socratic questioning
  • Focused deep-dive — go deep on one area
  • Gap analysis — see what's covered and what's missing

Install

Claude Desktop

Add to your config file and restart Claude Desktop.

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "decision-stack": {
      "command": "npx",
      "args": ["-y", "decision-stack@latest"]
    }
  }
}

Claude Code

claude mcp add decision-stack -- npx -y decision-stack@latest

Codex

codex --mcp-config '{"decision-stack":{"command":"npx","args":["-y","decision-stack@latest"]}}'

Other MCP clients

Any MCP-compatible client can connect using:

command: npx
args: -y decision-stack@latest

Usage

  1. Start a conversation in your MCP client
  2. The decision-stack tool will be available — invoke it or ask to "build my Decision Stack"
  3. Choose a mode or upload your documents
  4. Work through the session — the assistant extracts and organises your strategic context
  5. When done, copy the JSON context bundle
  6. Import into Lunastak to generate your Decision Stack

About

The Decision Stack framework is from The Decision Stack by Martin Eriksson. Lunastak is an AI strategy coach that helps leaders build and maintain their Decision Stack.

Built by Jonny Schneider at Lunastak.

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Decision Stack

How do I install Decision Stack?

Run claude mcp add decision-stack -- npx -y decision-stack, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Decision Stack safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Decision Stack still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.