Skip to content
Windsurf

loadbearing for Windsurf

io.github.andypgray/loadbearing

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

client:Windsurf transport:stdio runtime:nuget

Install loadbearing in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

loadbearing in other clients