Skip to content
Zed

mcp-v8 for Zed

io.github.r33drichards/mcp-js

Run JavaScript and TypeScript in sandboxed V8 isolates with policy-controlled host capabilities.

client:Zed transport:stdio runtime:oci

Install mcp-v8 in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-js": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/wholelottahoopla/mcp-js:0.21.0-rc.2"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp-v8 in other clients