MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

G
Godot4 Runtime MCP

一个为 Godot 4 + C# 项目打造的 Model Context Protocol (MCP) 服务器, 让 AI 助手能够实时访问、调试、控制游戏运行时。 ✨ 支持场景树查询、信号监听、日志分析、属性修改等 48 种工具。 🚀 一键集成 VSCode Copilot,构建智能化的 Godot 开发体验。

Created 11/15/2025
Updated about 1 month ago
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/MingHuiLiu/godot4-runtime-mcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "minghuiliu-godot4-runtime-mcp": { "command": "git", "args": [ "clone", "https://github.com/MingHuiLiu/godot4-runtime-mcp" ] } } }