Skip to content
Cursor

QuReDec for Cursor

io.github.advanced-binary-operations/quredec

Evidence-backed decision briefs with citations — recommendation, confidence, risks, sources.

client:Cursor transport:stdio runtime:pypi

Install QuReDec in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "quredec": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quredec-mcp"
      ],
      "env": {
        "QUREDEC_API_KEY": "<QUREDEC_API_KEY>",
        "QUREDEC_BASE_URL": "<QUREDEC_BASE_URL>",
        "QUREDEC_MOCK": "<QUREDEC_MOCK>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

QuReDec in other clients