Skip to content
Cline

Attest proxy for Cline

io.github.dev-prathap/attest-proxy

Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.

client:Cline transport:stdio runtime:pypi

Install Attest proxy in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "attest-proxy": {
      "command": "uvx",
      "args": [
        "attestlayer"
      ],
      "env": {
        "ATTEST_POLICY": "<ATTEST_POLICY>",
        "ATTEST_LEDGER": "<ATTEST_LEDGER>",
        "ATTEST_INBOX_URL": "<ATTEST_INBOX_URL>",
        "SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
        "ATTEST_SLACK_CHANNEL": "<ATTEST_SLACK_CHANNEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Attest proxy in other clients