Model Context Protocol bridge for Garry's Mod — lets an AI assistant run Lua and inspect state inside a live game session.
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"
]
}
}
}
Run in terminal:
claude mcp add gmod-mcp-server npx -y AmyJeanes/GMod-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"gmod-mcp-server": {
"command": "npx",
"args": [
"-y",
"AmyJeanes/GMod-MCP-Server"
]
}
}
}