gopeak for Grok
io.github.had0yun/gopeak
GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.
client:Grok
transport:stdio
runtime:npm
Install gopeak in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gopeak": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gopeak"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs