GMod-MCP-Server

AmyJeanes/GMod-MCP-Server
★ 0 stars C# 🤖 AI/LLM Updated today
Model Context Protocol bridge for Garry's Mod — lets an AI assistant run Lua and inspect state inside a live game session.
View on GitHub →

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-server": {
      "command": "npx",
      "args": [
        "-y",
        "AmyJeanes/GMod-MCP-Server"
      ]
    }
  }
}