Skip to content
Cline

hyper mcp for Cline

io.github.tuananh/hyper-mcp

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

client:Cline transport:stdio runtime:oci

Install hyper mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

hyper mcp in other clients