Skip to content
Claude Desktop

loadbearing for Claude Desktop

io.github.andypgray/loadbearing

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

client:Claude Desktop transport:stdio runtime:nuget

Install loadbearing in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

loadbearing in other clients