Loadbearing
Rank #6,978io.github.andypgray/loadbearing
Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.
Loadbearing is a Model Context Protocol (MCP) server published by andypgray. It ranks #6,978 of 127,399 servers tracked on MCP Toplist. Loadbearing is listed on Official MCP, with 5 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 26, 2026.
Ranks ahead of 120,421 of 127,399 servers on MCP Toplist.
Use Loadbearing
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add loadbearing -e "LOADBEARING_SOLUTION_PATH=<your LOADBEARING_SOLUTION_PATH>" -- dnx Zphil.LoadBearing.Cli mcpReplace each placeholder with your own value before saving.
[mcp_servers.loadbearing]
command = "dnx"
args = ["Zphil.LoadBearing.Cli", "mcp"]
[mcp_servers.loadbearing.env]
LOADBEARING_SOLUTION_PATH = "<your LOADBEARING_SOLUTION_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"mcp"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<your LOADBEARING_SOLUTION_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"mcp"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<your LOADBEARING_SOLUTION_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"loadbearing": {
"type": "stdio",
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"mcp"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<your LOADBEARING_SOLUTION_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"mcp"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<your LOADBEARING_SOLUTION_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"loadbearing": {
"command": "dnx",
"args": [
"Zphil.LoadBearing.Cli",
"mcp"
],
"env": {
"LOADBEARING_SOLUTION_PATH": "<your LOADBEARING_SOLUTION_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.andypgray%2Floadbearing)<a href="https://mcptoplist.com/server/io.github.andypgray%2Floadbearing"><img src="https://mcptoplist.com/badge/io.github.andypgray%2Floadbearing.svg" alt="MCP Toplist: Top 10% of 127,399" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
andypgray
Other servers by andypgray
View all andypgray servers →Available versions (5)
| Version | Published |
|---|---|
| 0.7.0 | Aug 26, 2026 |
| 0.6.1 | Aug 22, 2026 |
| 0.6.0 | Aug 22, 2026 |
| 0.5.0 | Aug 17, 2026 |
| 0.4.0 | Aug 9, 2026 |
Frequently asked questions
- Who maintains Loadbearing?
- Loadbearing is maintained by andypgray, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is Loadbearing listed on the Official MCP Registry?
- Yes — Loadbearing is listed on the Official MCP Registry.
- How many versions does Loadbearing have?
- MCP Toplist tracks 5 versions of Loadbearing, most recently published on Aug 26, 2026.
- Where can I find the source code for Loadbearing?
- The source code for Loadbearing is hosted at github.com/andypgray/loadbearing.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.