PluginBench
MCP Server
Active
MIT

io.github.andypgray/loadbearing MCP Server

io.github.andypgray/loadbearing

What is the io.github.andypgray/loadbearing MCP server?

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

How to install io.github.andypgray/loadbearing

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LOADBEARING_SOLUTION_PATH

    Path to the solution to check when no solution argument is passed.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "loadbearing": {
      "command": "dnx",
      "args": [
        "Zphil.LoadBearing.Cli",
        "mcp",
        "solution"
      ],
      "env": {
        "LOADBEARING_SOLUTION_PATH": "<YOUR_LOADBEARING_SOLUTION_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "loadbearing": {
      "command": "dnx",
      "args": [
        "Zphil.LoadBearing.Cli",
        "mcp",
        "solution"
      ],
      "env": {
        "LOADBEARING_SOLUTION_PATH": "<YOUR_LOADBEARING_SOLUTION_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "loadbearing": {
      "command": "dnx",
      "args": [
        "Zphil.LoadBearing.Cli",
        "mcp",
        "solution"
      ],
      "env": {
        "LOADBEARING_SOLUTION_PATH": "<YOUR_LOADBEARING_SOLUTION_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "loadbearing": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Zphil.LoadBearing.Cli",
        "mcp",
        "solution"
      ],
      "env": {
        "LOADBEARING_SOLUTION_PATH": "<YOUR_LOADBEARING_SOLUTION_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add loadbearing --env LOADBEARING_SOLUTION_PATH=<YOUR_LOADBEARING_SOLUTION_PATH> -- dnx Zphil.LoadBearing.Cli mcp solution

Related MCP servers

ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.

0
C#
MIT
View repository →

Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.

0
C#
MIT
View repository →