GaugeMesh for Grok
io.github.aliengineering-byte/gaugemesh
Route MCP capabilities through deterministic identity, policy, budget, and deadline constraints.
client:Grok
transport:stdio
runtime:oci
Install GaugeMesh in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"gaugemesh": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/aliengineering-byte/gaugemesh@sha256:69f3ccb7c2fdcd9b6897c99eba22d18be1384957bb2dbdf760f8273ee2e43189"
]
}
}
}
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