Skip to main content
Glama

cutterMCP

by ap425q

切割机\_MCP\_徽标

切割机MCP

cuterMCP 是一个模型上下文协议 (MLM) 服务器,允许 LLM 自主地对应用程序进行逆向工程。它向 MCP 客户端公开了 Cutter 核心功能中的众多工具。

特征

MCP 服务器 + Cutter 插件

  • 在 Cutter 中反编译和分析二进制文件
  • 自动重命名方法和数据
  • 列出方法、导入和导出

安装

先决条件

刀具

首先,从此仓库下载最新版本。其中包含 Cutter 插件和 Python MCP 客户端。然后,您可以直接将插件导入 Cutter。

  1. 跑刀
  2. 转到编辑 -> 首选项 -> 插件
  3. 找到插件目录位置
  4. 从下载的版本中复制CutterMCPPlugin.py并将其粘贴到python文件夹中
  5. 重启切纸机
  6. 如果成功,您将在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" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

MCP 服务器使 LLM 能够通过 Cutter 自主地对应用程序进行逆向工程,从而允许它们以编程方式反编译二进制文件、分析代码和重命名方法。

  1. 特征
    1. 安装
      1. 先决条件
      2. 刀具
      3. MCP 客户端
      4. 示例 1:Claude Desktop

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      An MCP server that enables secure terminal command execution, directory navigation, and file system operations through a standardized interface for LLMs.
      Last updated -
      10
      58
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A MCP server that transforms code repositories from GitHub, GitLab, or local directories into LLM-friendly formats, preserving context and structure for better AI processing.
      Last updated -
      1
      Python
      Apache 2.0
    • A
      security
      A
      license
      A
      quality
      An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
      Last updated -
      4
      4
      1
      TypeScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      An MCP server that allows LLMs to autonomously reverse engineer applications by exposing Ghidra functionality, enabling decompilation, analysis, and automatic renaming of methods and data.
      Last updated -
      4,290
      Apache 2.0
      • Apple

    View all related MCP servers

    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