Attest proxy for Claude Desktop
io.github.dev-prathap/attest-proxy
Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.
client:Claude Desktop
transport:stdio
runtime:pypi
Install Attest proxy in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs