GmodMCPServer

WojciechMichna/GmodMCPServer
★ 0 stars Rust Browser/Web Updated today
Garry's Mod MCP HTTP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gmodmcpserver": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "GmodMCPServer"
      ]
    }
  }
}