gmod-mcp

mathis1M/gmod-mcp
★ 0 stars JavaScript Code/Dev Tools Updated today
Minimal test repository for the GMod MCP 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": {
    "gmod-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mathis1M/gmod-mcp"
      ]
    }
  }
}

README Excerpt

Minimal test package containing only the MCP server. The bridge and GMod addon are intentionally not included yet, so tools return an unavailable status until the bridge is connected. ```json { "mcpServers": { "gmod": { "command": "npx", "args": ["-y", "@mathis1m/gmod-mcp"] } } } ``` Run locally with: