Attest proxy for Windsurf
io.github.dev-prathap/attest-proxy
Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.
client:Windsurf
transport:stdio
runtime:pypi
Install Attest proxy in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs