Gdep
Freeby MCP Community
MCP server for gdep — Game Codebase Analysis Tool (Unity/UE5/C++/C#)
v0.1.11Added Apr 12, 2026
mcpgameunityunrealue5
Gdep MCP Server
MCP server for gdep — Game Codebase Analysis Tool (Unity/UE5/C++/C#)
Installation
npx -y gdep-mcp
Reviews
Installation
Quick install
npx -y gdep-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"gdep": {
"command": "npx",
"args": ["-y", "gdep-mcp"]
}
}
}