Skip to content
Claude Desktop

Credence — Epistemic Guard for Claude Desktop

io.github.lakshmi-chakradhar-vijayarao/credence

Epistemic guard for AI coding: tracks uncertain values and blocks writes until verified.

client:Claude Desktop transport:stdio runtime:pypi

Install Credence — Epistemic Guard in Claude Desktop

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

{
  "mcpServers": {
    "credence": {
      "command": "uvx",
      "args": [
        "credence-guard"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Credence — Epistemic Guard in other clients