GodotLens
Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks
The record the registry holds
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.pzalutski-pixel/godotlens",
"description": "Godot's own view of your GDScript project: navigation, diagnostics, engine API, scene checks",
"title": "GodotLens",
"repository": {
"url": "https://github.com/pzalutski-pixel/godotlens-mcp",
"source": "github"
},
"version": "1.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "godotlens-mcp",
"version": "1.1.1",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Godot language server host",
"format": "string",
"default": "127.0.0.1",
"name": "GODOT_LSP_HOST"
},
{
"description": "Godot language server port (the VS Code extension uses 6008)",
"format": "number",
"default": "6005",
"name": "GODOT_LSP_PORT"
},
{
"description": "Godot debug adapter host",
"format": "string",
"default": "127.0.0.1",
"name": "GODOT_DAP_HOST"
},
{
"description": "Godot debug adapter port, used by the debug_* tools",
"format": "number",
"default": "6006",
"name": "GODOT_DAP_PORT"
},
{
"description": "Godot executable, required by scene_* and project_config",
"format": "string",
"name": "GODOT_BIN"
},
{
"description": "Project root; auto-detected by walking up for project.godot",
"format": "string",
"name": "GODOT_PROJECT_ROOT"
},
{
"description": "Seconds to wait for a single LSP response",
"format": "number",
"default": "15",
"name": "GODOT_LSP_TIMEOUT"
},
{
"description": "Seconds to wait for diagnostics after a sync",
"format": "number",
"default": "8",
"name": "GODOT_DIAGNOSTICS_TIMEOUT"
},
{
"description": "Override Godot capability detection",
"format": "string",
"name": "GODOT_VERSION"
},
{
"description": "Max files gdscript_find inspects across the project",
"format": "number",
"default": "60",
"name": "GODOT_FIND_FILE_LIMIT"
}
]
},
{
"registryType": "pypi",
"identifier": "godotlens-mcp",
"version": "1.1.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Godot language server host",
"format": "string",
"default": "127.0.0.1",
"name": "GODOT_LSP_HOST"
},
{
"description": "Godot language server port (the VS Code extension uses 6008)",
"format": "number",
"default": "6005",
"name": "GODOT_LSP_PORT"
},
{
"description": "Godot debug adapter host",
"format": "string",
"default": "127.0.0.1",
"name": "GODOT_DAP_HOST"
},
{
"description": "Godot debug adapter port, used by the debug_* tools",
"format": "number",
"default": "6006",
"name": "GODOT_DAP_PORT"
},
{
"description": "Godot executable, required by scene_* and project_config",
"format": "string",
"name": "GODOT_BIN"
},
{
"description": "Project root; auto-detected by walking up for project.godot",
"format": "string",
"name": "GODOT_PROJECT_ROOT"
},
{
"description": "Seconds to wait for a single LSP response",
"format": "number",
"default": "15",
"name": "GODOT_LSP_TIMEOUT"
},
{
"description": "Seconds to wait for diagnostics after a sync",
"format": "number",
"default": "8",
"name": "GODOT_DIAGNOSTICS_TIMEOUT"
},
{
"description": "Override Godot capability detection",
"format": "string",
"name": "GODOT_VERSION"
},
{
"description": "Max files gdscript_find inspects across the project",
"format": "number",
"default": "60",
"name": "GODOT_FIND_FILE_LIMIT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-27T14:18:36.330106Z",
"publishedAt": "2026-07-27T14:18:36.330106Z",
"updatedAt": "2026-07-27T14:18:36.330106Z",
"isLatest": true
}
}
}
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
MCP server
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.
The publisher's own address
https://github.com/pzalutski-pixel/godotlens-mcp
The address the publisher put in their registry record, printed as they wrote it. Nobody here has opened it.