blacksmith for Grok
io.github.grahamnotgrant/blacksmith
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
client:Grok
transport:stdio
runtime:npm
Install blacksmith in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"blacksmith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<BLACKSMITH_SESSION_COOKIE>"
}
}
}
}
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