Skip to content
VS Code

Steel Brain for VS Code

io.github.dryow1/steel-brain

Trade-verified steel grade properties, substitution verdicts, and mill-cert guidance for AI agents.

client:VS Code transport:stdio runtime:oci

Install Steel Brain in VS Code

.vscode/mcp.json

{
  "servers": {
    "steel-brain": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dryow1/steel-brain:1.0.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Steel Brain in other clients