loadbearing for Cline
io.github.andypgray/loadbearing
Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.
client:Cline
transport:stdio
runtime:nuget
Install loadbearing in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"--yes"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<LOADBEARING_SOLUTION_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs