Learn

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 for organizations that want to govern consequential commitments more rigorously.

Private Equity buyers should begin with the customer track. The open library remains available as supporting depth on Decision Debt, framing-first discipline, Commitment Governance, and decision infrastructure.

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 | Deciding.org