Skip to content
Cline

AuthProof for Cline

io.github.kaleckh/authproof

Signed, non-replayable API auth. Agents self-register and sign requests with ERC-8128.

client:Cline transport:stdio runtime:npm

Install AuthProof 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": {
    "authproof": {
      "command": "npx",
      "args": [
        "-y",
        "@authproof/mcp-server"
      ],
      "env": {
        "AUTHPROOF_SERVER": "<AUTHPROOF_SERVER>",
        "AGENT_PRIVATE_KEY": "<AGENT_PRIVATE_KEY>",
        "AUTHPROOF_CHAIN_ID": "<AUTHPROOF_CHAIN_ID>",
        "AUTHPROOF_RPC_URL": "<AUTHPROOF_RPC_URL>"
      }
    }
  }
}

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

AuthProof in other clients