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
{
"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