AI Game Base Analysis

v1.0.0Developer Toolsstable

Game Codebase Analysis AI Agentic Tool

aiai-agentai-agentsai-toolsaxmol
Share:
45
Stars
0
Downloads
0
Weekly
0/5

What is AI Game Base Analysis?

AI Game Base Analysis is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to game codebase analysis ai agentic tool

Game Codebase Analysis AI Agentic Tool

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Game Codebase Analysis AI Agentic Tool

Use Cases

Game codebase analysis and inspection
AI-powered game development tooling
pirua-game

Maintainer

LicenseApache-2.0
Languagepython
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx ai-game-base-analysis-cli-mcp-tool

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AI Game Base Analysis

The AI Game Base Analysis CLI MCP Tool (gdep) is a comprehensive game codebase analysis platform that exposes over 30 MCP tools for inspecting, navigating, and diagnosing game engine projects built with Unreal Engine 5, Unity, Axmol, and other frameworks. It combines a .NET-backed analysis engine with a Python CLI and MCP server to deliver sub-second architecture scans, impact analysis, call-chain tracing, blueprint mapping, lint rule enforcement, and a built-in wiki cache — all accessible from an AI assistant. Game developers can ask questions like 'what breaks if I refactor this class' without manually tracing thousands of dependencies.

Prerequisites

  • Python 3.11+ installed
  • .NET Runtime 8.0+ installed
  • npm (for the gdep-mcp MCP server package) or the install scripts from the repository
  • A game project codebase (UE5, Unity, or Axmol) on disk
  • An MCP client such as Claude Desktop or Cursor IDE
1

Clone the repository

Clone the gdep repository to your machine. The repo contains both the CLI tool and the MCP server wrapper.

git clone https://github.com/pirua-game/ai_game_base_analysis_cli_mcp_tool.git
cd ai_game_base_analysis_cli_mcp_tool
2

Run the platform installer

Use the provided install script for your OS. It installs the Python CLI, the .NET runtime components, and the npm MCP server package.

# macOS / Linux
chmod +x install.sh && ./install.sh

# Windows
install.bat
3

Alternatively, install the MCP server via npm

If you only need the MCP server (not the full CLI), install the gdep-mcp npm package globally.

npm install -g gdep-mcp
4

Configure your MCP client

Add the gdep MCP server to your claude_desktop_config.json or equivalent. The PYTHONUTF8 env var ensures correct encoding on all platforms.

{
  "mcpServers": {
    "gdep": {
      "command": "gdep-mcp",
      "env": {
        "PYTHONUTF8": "1"
      }
    }
  }
}
5

Initialize a project context

Point the tool at your game project. The get_project_context tool (or 'gdep init' CLI command) will scan the project and populate the wiki cache.

gdep init /path/to/your/game/project
6

Run an architecture scan or impact analysis

Use the CLI or ask your AI assistant to analyze the project. Results are cached in SQLite with FTS5 for fast repeated queries.

gdep scan /path/to/project --circular --top 15
gdep impact /path/to/project MyPlayerController

AI Game Base Analysis Examples

Client configuration

claude_desktop_config.json entry for the gdep MCP server using the globally installed npm package.

{
  "mcpServers": {
    "gdep": {
      "command": "gdep-mcp",
      "env": {
        "PYTHONUTF8": "1"
      }
    }
  }
}

Prompts to try

Sample prompts to use with the gdep MCP server connected to your AI assistant.

- "Get the project context for my UE5 game at /Users/me/projects/MyGame"
- "Analyze the impact and risk of refactoring the PlayerController class"
- "Trace the gameplay flow starting from the BeginPlay method in BP_GameMode"
- "Inspect the architectural health of my project and list any circular dependencies"
- "Find all callers of the TakeDamage method across the codebase"
- "Suggest lint fixes for the WeaponSystem class using the 19 built-in lint rules"

Troubleshooting AI Game Base Analysis

gdep-mcp command not found after npm install

Ensure the npm global bin directory is in your PATH. Run 'npm bin -g' to find the directory and add it to your shell profile, then restart your terminal.

.NET Runtime error when starting the analysis engine

Install .NET Runtime 8.0+ from https://dotnet.microsoft.com/download. The gdep analysis engine requires it for the DLL-backed scan. Run 'dotnet --version' to verify the install.

Project scan returns no results or misidentifies the engine type

Run 'gdep detect /path/to/project' to check auto-detection. If the engine is misidentified, ensure the project has standard UE5 (.uproject), Unity (Assets/ folder), or Axmol markers at the root level.

Frequently Asked Questions about AI Game Base Analysis

What is AI Game Base Analysis?

AI Game Base Analysis is a Model Context Protocol (MCP) server that game codebase analysis ai agentic tool It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AI Game Base Analysis?

Follow the installation instructions on the AI Game Base Analysis GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AI Game Base Analysis?

AI Game Base Analysis works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AI Game Base Analysis free to use?

Yes, AI Game Base Analysis is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "ai-game-base-analysis-cli-mcp-tool": { "command": "npx", "args": ["-y", "ai-game-base-analysis-cli-mcp-tool"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AI Game Base Analysis?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides