Loading MCP server directory, please wait...
Bitcoin-anchored, tamper-evident audit log for AI agents — record, disclose and verify actions.
npx @getmcp/cli add cv.touchstone/touchstoneRequires Node.js 18+. Community-contributed server. Review source before installing.
TOUCHSTONE_RECORDERRecorder public id (rec_...) to append to.
TOUCHSTONE_SUBJECTThe subject Colony sub whose key signs entries.
TOUCHSTONE_API_KEYTouchstone API key (tsk_...) for the append/disclose REST calls.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cv.touchstone/touchstone": {
"command": "npx",
"args": [
"-y",
"@touchstone-cv/mcp"
],
"env": {
"TOUCHSTONE_RECORDER": "",
"TOUCHSTONE_SUBJECT": "",
"TOUCHSTONE_API_KEY": "",
"TOUCHSTONE_SIGNING_KEY": "",
"TOUCHSTONE_KEY_FILE": "",
"TOUCHSTONE_BASE_URL": ""
}
}
}
}