mettle mcp for Grok
io.github.creed-space/mettle-mcp
Experimental machine-oriented challenges and signed results. Does not verify identity or substrate.
client:Grok
transport:stdio
runtime:pypi
Install mettle mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mettle-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mettle-verifier"
]
}
}
}
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