Attestify OS for Grok
io.github.attestifyagent/attestify-mcp
MCP stdio server for Attestify OS — governed agent execution and Attestify Trust signed evidence.
client:Grok
transport:stdio
runtime:npm
Install Attestify OS in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"attestify-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs