blacksmith for Zed
io.github.grahamnotgrant/blacksmith
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
client:Zed
transport:stdio
runtime:npm
Install blacksmith in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"blacksmith": {
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<BLACKSMITH_SESSION_COOKIE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs