A
securityA
licenseA
qualityAn MCP server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface for LLMs.
Last updated -
10
23
Python
MIT License
cuterMCP 是一个模型上下文协议 (MLM) 服务器,允许 LLM 自主地对应用程序进行逆向工程。它向 MCP 客户端公开了 Cutter 核心功能中的众多工具。
MCP 服务器 + Cutter 插件
首先,从此仓库下载最新版本。其中包含 Cutter 插件和 Python MCP 客户端。然后,您可以直接将插件导入 Cutter。
CutterMCPPlugin.py
并将其粘贴到python文件夹中理论上,任何 MCP 客户端都应该与 cuterMCP 配合使用。下面给出了一个示例。
要将 Claude Desktop 设置为 Cutter MCP 客户端,请转到Claude
-> Settings
-> Developer
-> Edit Config
-> claude_desktop_config.json
并添加以下内容:
MacOS/Linux:
窗户:
This server cannot be installed
MCP 服务器使 LLM 能够通过 Cutter 自主地对应用程序进行逆向工程,从而允许它们以编程方式反编译二进制文件、分析代码和重命名方法。