gopeak for VS Code
io.github.had0yun/gopeak
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
client:VS Code
transport:stdio
runtime:npm
Install gopeak in VS Code
.vscode/mcp.json
{
"servers": {
"gopeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs