loadbearing for Grok
io.github.andypgray/loadbearing
Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.
client:Grok
transport:stdio
runtime:nuget
Install loadbearing in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"loadbearing": {
"type": "stdio",
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"--yes"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<LOADBEARING_SOLUTION_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs