io.github.grahamnotgrant/blacksmith MCP Server
io.github.grahamnotgrant/blacksmith
What is the io.github.grahamnotgrant/blacksmith MCP server?
MCP server for Blacksmith CI - query runs, analyze test failures, detect flaky tests.
How to install io.github.grahamnotgrant/blacksmith
Copy-paste configuration for popular MCP clients.
BLACKSMITH_ORGrequiredYour Blacksmith organization name
BLACKSMITH_SESSION_COOKIEsecretSession cookie (auto-extracted from Chrome if not set)
{
"mcpServers": {
"blacksmith": {
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<YOUR_BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<YOUR_BLACKSMITH_SESSION_COOKIE>"
}
}
}
}{
"mcpServers": {
"blacksmith": {
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<YOUR_BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<YOUR_BLACKSMITH_SESSION_COOKIE>"
}
}
}
}{
"mcpServers": {
"blacksmith": {
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<YOUR_BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<YOUR_BLACKSMITH_SESSION_COOKIE>"
}
}
}
}{
"servers": {
"blacksmith": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blacksmith-mcp"
],
"env": {
"BLACKSMITH_ORG": "<YOUR_BLACKSMITH_ORG>",
"BLACKSMITH_SESSION_COOKIE": "<YOUR_BLACKSMITH_SESSION_COOKIE>"
}
}
}
}claude mcp add blacksmith --env BLACKSMITH_ORG=<YOUR_BLACKSMITH_ORG> --env BLACKSMITH_SESSION_COOKIE=<YOUR_BLACKSMITH_SESSION_COOKIE> -- npx -y blacksmith-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.