# Mcp Server Godot Docs

> MCP server to help agents search Godot engine documentation

- **Type:** MCP server
- **Install:** `agentstack add mcp-fernforestgames-mcp-server-godot-docs`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [fernforestgames](https://agentstack.voostack.com/s/fernforestgames)
- **Installs:** 0
- **Category:** [Search](https://agentstack.voostack.com/c/search)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [fernforestgames](https://github.com/fernforestgames)
- **Source:** https://github.com/fernforestgames/mcp-server-godot-docs

## Install

```sh
agentstack add mcp-fernforestgames-mcp-server-godot-docs
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Godot Docs MCP Server 

A [Model Context Protocol](https://modelcontextprotocol.io) (MCP) server that provides AI assistants with access to [Godot](https://godotengine.org) 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`:

```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.

- **Author:** [fernforestgames](https://github.com/fernforestgames)
- **Source:** [fernforestgames/mcp-server-godot-docs](https://github.com/fernforestgames/mcp-server-godot-docs)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-fernforestgames-mcp-server-godot-docs
- Seller: https://agentstack.voostack.com/s/fernforestgames
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
