MCP in Practice: Automated Browser Debugging with DevTools MCP

MCP sounds great in theory, but real-world setup often fails at browser debugging: AI cannot reach Chrome, cannot inspect network requests, and cannot collect performance traces. This guide gives you a copy-paste setup that works on Windows + WSL. ...

February 10, 2026 · 2 min · mengboy

MCP 实战:自动化浏览器调试(DevTools MCP)从 0 到可用

很多人把 MCP 当成“让 AI 调工具”的概念词,但真落地时最常卡在浏览器调试:AI 连不上 Chrome、拿不到网络请求、看不到性能瓶颈。这篇直接给你一套能复制的流程,把 DevTools MCP 跑起来,让 AI 能自动查页面问题。 ...

February 10, 2026 · 2 min · mengboy

Configure Chrome DevTools MCP in WSL

Chrome DevTools MCP lets MCP clients connect to Chrome’s remote debugging endpoint. Because WSL2 and Windows are isolated at the network layer, you need port forwarding and a firewall rule. The commands below are split into clear steps. ...

December 28, 2025 · 2 min · mengboy

在 WSL 中配置 Chrome DevTools MCP

Chrome DevTools MCP 可以让 MCP 客户端直接连接到 Chrome 的远程调试接口。WSL2 和 Windows 的网络是隔离的,所以需要做端口转发与防火墙放行。下面把关键命令拆开说明,按步骤执行即可。 ...

December 28, 2025 · 2 min · mengboy

Installing Cursor MCP Servers in WSL for a Seamless Dev Experience

For developers who love the power of Linux tools but work on Windows, the Windows Subsystem for Linux (WSL) is a game-changer. Cursor, the AI-first code editor, can further enhance this setup by integrating with Model Control Program (MCP) servers. Running these MCP servers directly within your WSL environment keeps your development workflow clean and consolidated. This guide will walk you through configuring Cursor to use MCP servers running in WSL. ...

May 13, 2025 · 8 min · mengboy

在 WSL 中安装 Cursor MCP 服务器以获得无缝开发体验

对于喜欢 Linux 工具的强大功能但在 Windows 上工作的开发人员来说,Windows Subsystem for Linux (WSL) 是一个改变游戏规则的工具。Cursor,这款 AI 优先的代码编辑器,可以通过与模型控制程序 (MCP) 服务器集成来进一步增强此设置。直接在你的 WSL 环境中运行这些 MCP 服务器可以使你的开发工作流程保持整洁和统一。本指南将引导你完成配置 Cursor 以使用在 WSL 中运行的 MCP 服务器的步骤。 ...

May 13, 2025 · 6 min · mengboy
Stable Diffusion WebUI生成的图片

wsl Ubuntu 安装 stable-diffusion-webui

继续压榨主机生产力,在wsl Ubuntu中部署ai绘图,安装过程中需要代理,系统版本如下: ...

October 19, 2024 · 2 min · mengboy

windows-teminal 美化

最近组了台台式机,日常主力机从Mac OS切到了Windows,Windows下的终端之前一直是被吐槽的对象,不过自从有了WSL后,Windows下的开发体验有了极大的提升,终端体验已经完全能赶得上Mac、Linux。贴两张调整后的终端截图: ...

October 19, 2024 · 2 min · mengboy

局域网下Windows docker 挂载 NAS 磁盘

在部署了N个docker服务后,我的极空间Z4CPU性能终于是被榨的一点不剩了,还想继续折腾怎么办,一是升级新款Z423,看了眼价格还是算了;二是服务和存储分开,搞个专门的服务器用来部署服务,NAS回归到它原本的定位上只用来做网络存储,刚好有台闲置的Windows笔记本搞起! ...

January 28, 2024 · 3 min · mengboy