Skip to main content
Glama
ap425q
by ap425q

执照 LinkedIn

切割机_MCP_徽标

切割机MCP

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

特征

MCP 服务器 + Cutter 插件

  • 在 Cutter 中反编译和分析二进制文件

  • 自动重命名方法和数据

  • 列出方法、导入和导出

安装

先决条件

Related MCP server: GhidraMCP

刀具

首先,从此仓库下载最新版本。其中包含 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"
      ]
    }
  }
}
A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    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.
    9,773
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that allows LLMs to autonomously reverse engineer applications by exposing Ghidra's functionality, including decompiling binaries, analyzing code, and renaming methods and data.
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through MCP-compatible clients.
    Apache 2.0
  • A
    license
    Not graded
    quality
    F
    maintenance
    MCP server that allows LLMs to autonomously reverse engineer applications using Ghidra, exposing tools like decompilation, renaming, and listing methods.
    26
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer

  • Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.

View all MCP Connectors

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