Skip to content
Gemini CLI

hyper mcp for Gemini CLI

io.github.tuananh/hyper-mcp

📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins

client:Gemini CLI transport:stdio runtime:oci

Install hyper mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "hyper-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/tuananh/hyper-mcp:v0.1.6"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

hyper mcp in other clients