cutterMCP

切割机MCP
cuterMCP 是一个模型上下文协议 (MLM) 服务器,允许 LLM 自主地对应用程序进行逆向工程。它向 MCP 客户端公开了 Cutter 核心功能中的众多工具。
特征
MCP 服务器 + Cutter 插件
在 Cutter 中反编译和分析二进制文件
自动重命名方法和数据
列出方法、导入和导出
安装
先决条件
Related MCP server: ghidraMCP
刀具
首先,从此仓库下载最新版本。其中包含 Cutter 插件和 Python MCP 客户端。然后,您可以直接将插件导入 Cutter。
跑刀
转到编辑 -> 首选项 -> 插件
找到插件目录位置
从下载的版本中复制
CutterMCPPlugin.py并将其粘贴到python文件夹中重启切纸机
如果成功,您将在Windows -> 插件下看到该插件,并在底部面板中看到一个新的小部件
MCP 客户端
理论上,任何 MCP 客户端都应该与 cuterMCP 配合使用。下面给出了一个示例。
示例 1:Claude Desktop
要将 Claude Desktop 设置为 Cutter MCP 客户端,请转到Claude -> Settings -> Developer -> Edit Config -> claude_desktop_config.json并添加以下内容:
MacOS/Linux:
{
"mcpServers": {
"cutter": {
"command": "python",
"args": [
"/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py"
]
}
}
}窗户:
{
"mcpServers": {
"cutter": {
"command": "python",
"args": [
"C:\\ABSOLUTE_PATH_TO\\bridge_mcp_cutter.py"
]
}
}
}This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ap425q/CutterMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server