Skip to content
Zed

mtop devtools for Zed

io.github.f-loat/mtop-devtools

让 AI 与 Chrome 浏览器实时交互:获取历史请求、控制台日志、RUM/埋点事件,并动态设置 Mock 数据。

client:Zed transport:stdio runtime:npm

Install mtop devtools in Zed

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

{
  "context_servers": {
    "mtop-devtools": {
      "command": "npx",
      "args": [
        "-y",
        "@mtop-devtools/mcp-server"
      ]
    }
  }
}

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

mtop devtools in other clients