AgentStack
MCP verified MIT Self-run

Mcp Server Godot Docs

mcp-fernforestgames-mcp-server-godot-docs · by fernforestgames

MCP server to help agents search Godot engine documentation

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add mcp-fernforestgames-mcp-server-godot-docs

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Mcp Server Godot Docs? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Godot Docs MCP Server

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

Features

  • searchgodotdocs: Search across all Godot classes, methods, properties, signals, and constants
  • getgodotclass: 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](LICENSE) file for details.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.