作者前期开发 yotsuda/PowerShell.MCP 这个开发时间更长,名字取得好,所以用的人更多 star 更多,但是有架构性的缺陷(不能执行交互式命令),所以单独开发了 yotsuda/ripple ,但是没多少人注意到。
在 windows 上边,我自己 codex/agy/claude 都是使用这个 mcp 代替内置 shell 的。
说一下为什么推荐:
[ol]
[/ol]
安装之后需要在电脑全局提示词里边补一个约束,让 AI 以后用这个执行命令代替内置 shell 。
Always use the `mcp__ripple(pwsh)` tool instead of the built-in tool for all command execution. Exception: for Codex-injected helper commands such as `apply_patch` and `applypatch`, use the built-in `pwsh` shell.

