godotiq for VS Code
io.github.salvo10f/godotiq
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
client:VS Code
transport:stdio
runtime:pypi
Install godotiq in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "godotiq-project-root",
"description": "GODOTIQ_PROJECT_ROOT",
"password": true
}
],
"servers": {
"godotiq": {
"type": "stdio",
"command": "uvx",
"args": [
"godotiq"
],
"env": {
"GODOTIQ_PROJECT_ROOT": "${input:godotiq-project-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs