gdscript

stdio
gdscript

Used by 3 plugins

Installs gdscript-lsp, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub minami110/claude-godot-tools --plugin gdscript-lsp
Requires Language Server Binary

This LSP server requires bashto be installed on your system. Make sure it's available in your PATH before enabling.

Add to Your Project

Add to your .lsp.json or plugin.json:

{
  "lspServers": {
    "gdscript": {
      "command": "bash",
      "extensionToLanguage": {
        ".gd": "gdscript"
      },
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/scripts/godot-lsp-bridge.sh"
      ]
    }
  }
}
Supported Languages
gdscript
.gd
Command
bash
Transport
stdio
Arguments
${CLAUDE_PLUGIN_ROOT}/scripts/godot-lsp-bridge.sh
Advanced Configuration
Restart on Crash:Yes
Also used by 2 other plugins