MCP Server Attestation for Grok
io.studiomeyer/server-attestation
Ed25519-signed MCP tool manifests + spawn attestation. Layer-2 supply-chain hardening.
client:Grok
transport:stdio
runtime:npm
Install MCP Server Attestation in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"server-attestation": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-attest-demo"
]
}
}
}
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