Skip to content
Zed

jshookmcp for Zed

io.github.vmoranv/jshookmcp

MCP server for JavaScript analysis, security auditing, browser automation and hooks

client:Zed transport:stdio runtime:npm

Install jshookmcp in Zed

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

{
  "context_servers": {
    "jshookmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jshookmcp/jshook"
      ]
    }
  }
}

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

jshookmcp in other clients