Skip to content
VS Code

hyper mcp for VS Code

io.github.tuananh/hyper-mcp

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

client:VS Code transport:stdio runtime:oci

Install hyper mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

hyper mcp in other clients