GoModel for Grok
io.github.enterpilot/gomodel
Self-hosted gateway aggregating upstream MCP servers behind one authenticated HTTP endpoint.
client:Grok
transport:stdio
runtime:oci
Install GoModel in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gomodel": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/enterpilot/gomodel:0.1.97"
],
"env": {
"GOMODEL_MASTER_KEY": "<GOMODEL_MASTER_KEY>",
"MCP_SERVERS": "<MCP_SERVERS>"
}
}
}
}
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