TrustNotch
About
Tamper-evident audit logs for AI agents: submit, fetch, and verify cryptographic proof bundles.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TRUSTNOTCH_API_KEY TRUSTNOTCH_API_URL TRUSTNOTCH_PUBKEYS_PATHClaude Code
claude mcp add --env TRUSTNOTCH_API_KEY= --env TRUSTNOTCH_API_URL= --env TRUSTNOTCH_PUBKEYS_PATH= trustnotch-mcp -- uvx trustnotch-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"trustnotch-mcp","command":"uvx","args":["trustnotch-mcp"],"env":{"TRUSTNOTCH_API_KEY":"","TRUSTNOTCH_API_URL":"","TRUSTNOTCH_PUBKEYS_PATH":""}}'
JSON
{
"mcpServers": {
"trustnotch-mcp": {
"command": "uvx",
"args": [
"trustnotch-mcp"
],
"env": {
"TRUSTNOTCH_API_KEY": "",
"TRUSTNOTCH_API_URL": "",
"TRUSTNOTCH_PUBKEYS_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.