hyper mcp for Grok
io.github.tuananh/hyper-mcp
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins
client:Grok
transport:stdio
runtime:oci
Install hyper mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"hyper-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/tuananh/hyper-mcp:v0.1.6"
]
}
}
}
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