godot-forge
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@godot-forgeshow me the available forge tools for my Godot project"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
GodotForgeMCP / godot-forge
godot-forge is being built as a safe, progressive-disclosure MCP server + Godot editor addon + MCP App canvas for Godot 4.5→4.8-dev.
Current status: M0 skeleton.
What works now
TypeScript/Node 20+ MCP server skeleton.
MCP 2026-07-28 negotiation over stdio.
Stateless HTTP JSON-RPC skeleton with MCP routing headers.
Capability probe for Godot binary, project root, C# project files, and GDScript LSP TCP 6005.
Exactly five always-on tools:
forge_search_toolsforge_describe_toolforge_runforge_inspectforge_task_status
Durable task-shim store for M0 stub actions.
Tool token-budget measurement gate.
Local-client/Ollama smoke script that verifies MCP negotiation and gracefully reports when Ollama is not running.
Related MCP server: godot-mcp-omni
Quick start
npm install
npm run build
npm test
npm run smoke
npm run probeRun as an MCP stdio server:
node dist/index.jsRun the HTTP skeleton:
node dist/index.js --http --host 0.0.0.0 --port 3333See docs/M0_RUNBOOK.md for client configuration examples.
Design docs
License
MIT. Prior-art credit and implementation-derived notices will be maintained as code from or based on other projects is incorporated.
This server cannot be deployed
Maintenance
Related MCP Connectors
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Local-first task manager: create, edit, and complete tasks, projects, and checklists via MCP.
MCP server for progressive tool usage at any scale (see https://klavis.ai)
Project management MCP for AI agents with safe task reads and writes.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to edit, run, inspect, and fix Godot 4 projects through an MCP server with dynamic tool groups and setup-gated capabilities.191 npm255MIT
- FlicenseAqualityDmaintenanceCodex-optimized MCP server for Godot 4.x with a compact set of high-signal tools for project, scene, script, editor, and API operations.92-
- AlicenseCqualityAmaintenanceEnables AI-driven game development by providing MCP tools to interact with the Godot editor, including scene editing, node manipulation, script attachment, and scene execution.288 npmMIT
- FlicenseAqualityCmaintenanceProvides AI assistants with tools to launch the Godot editor, run projects, manipulate scenes, manage scripts, and control node properties through a standardized MCP interface.21-