Skip to content
Gemini CLI

loadbearing for Gemini CLI

io.github.andypgray/loadbearing

Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.

client:Gemini CLI transport:stdio runtime:nuget

Install loadbearing in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "loadbearing": {
      "command": "dnx",
      "args": [
        "Zphil.LoadBearing.Cli",
        "--yes"
      ],
      "env": {
        "LOADBEARING_SOLUTION_PATH": "<LOADBEARING_SOLUTION_PATH>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

loadbearing in other clients