Home › Security › etch-mcp

etch-mcp

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

Python Cloud macOSWindowsLinux Remote
★ 0 stars Last pushed 2026-08-29 License: MIT

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://etch.systems/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http etch-mcp https://etch.systems/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "etch-mcp": {
      "url": "https://etch.systems/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token. For zero-signup try-it-now (500 events, 14-day retention), run: curl -X POST https://etch.systems/v1/your-project. The response returns a token; use 'Bearer <token>' as the header value. For a persistent project token, sign up at https://etch.systems/signup.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry