Orlog — Decision Reasoning Engine

by DonMerlin77

278 downloads
Not rated
GitHub

About

Multi-perspective decision reasoning for Claude. When you face a real choice: career, money, relationships, strategy. Orlog examines competing angles and takes a clear position, not a hedge. Get an API key at orlog.fyi.

Details

Author
DonMerlin77
Downloads
278
Categories
Other, AI, Productivity

- Two tools: orlog_decide (clear tension) and orlog_explore (stuck situations)
- Takes a clear position, never hedges
- Built on Mimir, a reasoning model fine-tuned for decision quality
- Draws from multiple deliberative perspectives to surface real stakes
- Automatic invocation from Claude when a decision is detected

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Orlog — Decision Reasoning Engine
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Get an API key at orlog.fyi, then add an SSE-based MCP server entry to your Claude Desktop or Claude Code configuration with the URL and your API key in an X-API-Key header. After restarting Claude, Orlog will be called automatically when a decision arises, or you can prompt it directly (e.g., "Use Orlog to help me think through whether to take this job offer.").

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "orlog \u2014 decision reasoning engine": {
            "orlog": {
                "type": "sse",
                "url": "https://tomsem77--mimir-mcp-serve.modal.run/sse",
                "headers": {
                    "X-API-Key": "YOUR_ORLOG_API_KEY"
                }
            }
        }
    }
}

McpServers

{
    "orlog": {
        "type": "sse",
        "url": "https://tomsem77--mimir-mcp-serve.modal.run/sse",
        "headers": {
            "X-API-Key": "YOUR_ORLOG_API_KEY"
        }
    }
}

Orlog MCP Server
Multi-perspective decision reasoning for Claude. When you're facing a real choice — career, money, relationships, strategy — Orlog examines the competing angles and takes a clear position, not a hedge.

Get an API key → orlog.fyi

What it does
Two tools Claude can call:

Tool When Claude uses it
orlog_decide User has a clear decision with real tension
orlog_explore User is stuck or unsure what they're actually deciding
Orlog doesn't hedge. It reasons through competing angles — what each side actually costs, what's really at stake, what the person is avoiding saying — and takes a position.

Install
Step 1 — Get an API key

Sign up at orlog.fyi and get your key from the Developers page.

Step 2 — Add to Claude config

For Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on Mac, %APPDATA%\Claude\claude_desktop_config.json on Windows):

{
"mcpServers": {
"orlog": {
"type": "sse",
"url": "https://tomsem77--mimir-mcp-serve.modal.run/sse",
"headers": {
"X-API-Key": "your-api-key-here"
}
}
}
}
For Claude Code (add to your project or global .claude/settings.json):

{
"mcpServers": {
"orlog": {
"type": "sse",
"url": "https://tomsem77--mimir-mcp-serve.modal.run/sse",
"headers": {
"X-API-Key": "your-api-key-here"
}
}
}
}
Step 3 — Restart Claude

Orlog appears automatically. Claude will call it when you bring a real decision.

Usage
You don't need to invoke Orlog manually. Just talk to Claude. When the conversation surfaces a real decision, Claude calls orlog_decide or orlog_explore automatically.

Or prompt it directly:

"Use Orlog to help me think through whether to take this job offer."

Pricing
Tier Calls/day Price
Free 10 Free
Pro 500 $8/mo
Get your key and manage billing at orlog.fyi.

About
Orlog is built on Mimir — a fine-tuned reasoning model trained specifically on decision quality, not general knowledge. The reasoning framework draws from multiple deliberative perspectives to surface what's actually at stake before taking a position.

Built by Thomas Semrad.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.