Skip to content
Cursor

GodotLens for Cursor

io.github.pzalutski-pixel/godotlens

Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks

client:Cursor transport:stdio runtime:npm

Install GodotLens in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "godotlens": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "godotlens-mcp"
      ],
      "env": {
        "GODOT_LSP_HOST": "<GODOT_LSP_HOST>",
        "GODOT_LSP_PORT": "<GODOT_LSP_PORT>",
        "GODOT_DAP_HOST": "<GODOT_DAP_HOST>",
        "GODOT_DAP_PORT": "<GODOT_DAP_PORT>",
        "GODOT_BIN": "<GODOT_BIN>",
        "GODOT_PROJECT_ROOT": "<GODOT_PROJECT_ROOT>",
        "GODOT_LSP_TIMEOUT": "<GODOT_LSP_TIMEOUT>",
        "GODOT_DIAGNOSTICS_TIMEOUT": "<GODOT_DIAGNOSTICS_TIMEOUT>",
        "GODOT_VERSION": "<GODOT_VERSION>",
        "GODOT_FIND_FILE_LIMIT": "<GODOT_FIND_FILE_LIMIT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

GodotLens in other clients