Skip to content
Claude Desktop

Quesen Deterministic Agent Decision Layer for Claude Desktop

io.github.shxnque/quesen

Deterministic decision layer for autonomous agents: reproducible PROCEED/REVIEW/SKIP verdicts.

client:Claude Desktop transport:streamable-http tools:5

Install Quesen Deterministic Agent Decision Layer in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "quesen": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://web-production-3df26.up.railway.app/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Quesen Deterministic Agent Decision Layer in other clients