Knowledge Base

Deciding.org's open library on organizational decision-making, decision governance, and structured AI-assisted reasoning.

The Deciding.org Knowledge Base is a public library of frameworks, research, and practices for organizations that want to make consequential decisions more rigorously.

It covers three areas: the methodology behind framing-first decision-making, the research on decision governance and decision debt, and the AI-assisted workflow practices that compound decision quality over time.

Connect via MCP

The Knowledge Base is available as a Model Context Protocol server at https://learn.deciding.org/mcp.

Add it to any MCP-compatible AI tool — Claude Code, Cursor, Windsurf, or similar — to have the full methodology available as live context while you work.

Claude Code:

{
  "mcpServers": {
    "deciding-kb": {
      "type": "http",
      "url": "https://learn.deciding.org/mcp"
    }
  }
}

Cursor (~/.cursor/mcp.json or .cursor/mcp.json in your project):

{
  "mcpServers": {
    "deciding-kb": {
      "url": "https://learn.deciding.org/mcp"
    }
  }
}

Once connected, the server exposes three tools:

  • list_kb_articles — browse all articles with metadata
  • get_kb_article — fetch any article by slug
  • search_kb — lexical search across all articles

All tools are read-only. No authentication required.

On this page

Knowledge Base