Skip to content
Cursor

Steel Brain for Cursor

io.github.dryow1/steel-brain

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

client:Cursor transport:stdio runtime:oci

Install Steel Brain in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Steel Brain in other clients