A
securityF
licenseA
qualityA Model Context Protocol server that allows secure execution of pre-approved commands, enabling AI assistants to safely interact with the user's system.
Last updated -
1
3
18
JavaScript
一个模型上下文协议服务器,提供对 Windows 终端的编程访问。该服务器使 AI 模型能够通过一组标准化工具与 Windows 命令行界面进行交互。
将服务器配置添加到%APPDATA%/Claude/claude_desktop_config.json
:
注意:将“path/to/build/index.js”替换为您构建的 index.js 文件的实际路径。
将文本或命令写入终端。
从终端输出读取指定数量的行。
向终端发送控制字符(例如,Ctrl+C)。
对于使用自动重建的开发:
MIT 许可证 - 请参阅LICENSE文件。
You must be authenticated.
local-only server
The server can only run on the client's local machine because it depends on local resources.
模型上下文协议服务器提供对 Windows 终端的编程访问,使 AI 模型能够通过标准化工具与 Windows 命令行进行交互,以编写命令、读取输出和发送控制信号。