Attest proxy for Grok
io.github.dev-prathap/attest-proxy
Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.
client:Grok
transport:stdio
runtime:pypi
Install Attest proxy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"attest-proxy": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs