← Index

GodotLens

io.github.pzalutski-pixel/godotlens·v1.0.5·Other
Quality Score
90
/100

15 semantic GDScript analysis tools via Godot's built-in LSP: navigation, references, rename.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "godotlens": {
      "command": "npx",
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "env": {
        "GODOT_LSP_HOST": "127.0.0.1",
        "GODOT_LSP_PORT": "6005"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "godotlens": {
      "command": "npx",
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "env": {
        "GODOT_LSP_HOST": "127.0.0.1",
        "GODOT_LSP_PORT": "6005"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y godotlens-mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "godotlens": {
      "command": "uvx",
      "args": [
        "godotlens-mcp"
      ],
      "env": {
        "GODOT_LSP_HOST": "127.0.0.1",
        "GODOT_LSP_PORT": "6005"
      }
    }
  }
}
§02  Environment variables
GODOT_LSP_HOST

Godot LSP server host

GODOT_LSP_PORT

Godot LSP server port

GODOT_LSP_HOST

Godot LSP server host

GODOT_LSP_PORT

Godot LSP server port

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Other