Attestify OS for Claude Desktop
io.github.attestifyagent/attestify-mcp
MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.
client:Claude Desktop
transport:stdio
runtime:npm
Install Attestify OS in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"attestify-mcp": {
"command": "npx",
"args": [
"-y",
"attestify-mcp"
],
"env": {
"ATTESTIFY_BASE_URL": "<ATTESTIFY_BASE_URL>",
"ATTESTIFY_API_KEY": "<ATTESTIFY_API_KEY>",
"TRUST_AGENT_ID": "<TRUST_AGENT_ID>",
"TRUST_PRIVATE_KEY": "<TRUST_PRIVATE_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs