QuReDec_MCP

Advanced-Binary-Operations/QuReDec_MCP
★ 0 stars Python 💻 Code/Dev Tools Updated today
QuReDec Decision MCP Server — exposes the QuReDec brief pipeline as an MCP tool for Claude Code, Claude Desktop, and Cursor. Thin HTTP wrapper around the public QuReDec API.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "quredec_mcp": {
      "command": "uvx",
      "args": [
        "quredec-mcp"
      ]
    }
  }
}

Or install with pip: pip install quredec-mcp

README Excerpt

<!-- mcp-name: io.github.Advanced-Binary-Operations/quredec --> Run a structured QuReDec decision brief from inside Claude Code, Claude Desktop, Cursor, or any MCP-compatible client. > **Status:** alpha (2026-04-30). Wired to the live QuReDec public API > (`/api/v1/brief*`, per-user Bearer-token auth). Set `QUREDEC_MOCK=1` for

Tools (3)

decision_briefget_brief_statuslist_recent_briefs