Socket
Book a DemoInstallSign in
Socket

@fernforestgames/mcp-server-godot-docs

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fernforestgames/mcp-server-godot-docs

MCP server to help agents search Godot engine documentation

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

Godot Docs MCP Server NPM Version

A Model Context Protocol (MCP) server that provides AI assistants with access to Godot engine documentation.

Features

  • search_godot_docs: Search across all Godot classes, methods, properties, signals, and constants
  • get_godot_class: Get complete documentation for a specific class including all members

Documentation is automatically downloaded and cached on first use, matching your installed Godot version.

Prerequisites

  • Node 22+
  • Godot must be installed and accessible
  • GODOT_PATH environment variable must be configured

MCP configuration

Add this server to your .mcp.json:

{
  "mcpServers": {
    "godot-docs": {
      "type": "stdio",
      "command": "npx",
      "args": ["@fernforestgames/mcp-server-godot-docs"],
      "env": {
        "GODOT_PATH": "/path/to/godot/executable"
      }
    }
  }
}

License

Released under the MIT License. See the LICENSE file for details.

Keywords

mcp

FAQs

Package last updated on 02 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts