Attest proxy for Cursor
io.github.dev-prathap/attest-proxy
Zero-code proxy: policy, human gate, read-back and a hash-chained ledger for any MCP server.
client:Cursor
transport:stdio
runtime:pypi
Install Attest proxy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs