Skip to content
Claude Desktop

etch for Claude Desktop

io.github.saravananjaichandar/etch

Etch is a signed audit chain for AI agent decisions, offline-verifiable against pinned public keys.

client:Claude Desktop transport:streamable-http

Install etch in Claude Desktop

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

{
  "mcpServers": {
    "etch": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://etch.systems/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

etch in other clients