Skip to content
Cursor

loadbearing for Cursor

io.github.andypgray/loadbearing

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

client:Cursor transport:stdio runtime:nuget

Install loadbearing in Cursor

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

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

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

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

loadbearing in other clients