Skip to main content
Glama

Licencia LinkedIn

logotipo de cutter_MCP

cortadorMCP

cutterMCP es un servidor de Protocolo de Contexto de Modelo que permite a los LLM realizar ingeniería inversa de aplicaciones de forma autónoma. Expone numerosas herramientas, desde la funcionalidad principal de Cutter hasta los clientes MCP.

Características

Complemento MCP Server + Cutter

  • Descompilar y analizar binarios en Cutter

  • Renombrar automáticamente métodos y datos

  • Enumere métodos, importaciones y exportaciones

Instalación

Prerrequisitos

Cortador

Primero, descarga la última versión de este repositorio. Esta contiene el plugin Cutter y el cliente MCP de Python. Después, puedes importar el plugin directamente a Cutter.

  1. Cortador de ejecución

  2. Vaya a Editar -> Preferencias -> Complementos

  3. Encuentra la ubicación del directorio del complemento

  4. Copie CutterMCPPlugin.py de la versión descargada y péguelo dentro de la carpeta Python

  5. Reiniciar el cortador

  6. Si tiene éxito, verá el complemento en Windows -> Complementos y un nuevo widget en el panel inferior.

Clientes de MCP

En teoría, cualquier cliente MCP debería funcionar con cutterMCP. A continuación se muestra un ejemplo.

Ejemplo 1: Claude Desktop

Para configurar Claude Desktop como un cliente Cutter MCP, vaya a Claude -> Settings -> Developer -> Edit Config -> claude_desktop_config.json y agregue lo siguiente:

MacOS/Linux:

{ "mcpServers": { "cutter": { "command": "python", "args": [ "/ABSOLUTE_PATH_TO/bridge_mcp_cutter.py" ] } } }

Ventanas :

{ "mcpServers": { "cutter": { "command": "python", "args": [ "C:\\ABSOLUTE_PATH_TO\\bridge_mcp_cutter.py" ] } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

Related MCP Servers

  • A
    security
    A
    license
    A
    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 -
    3
    11
    Apache 2.0
  • -
    security
    -
    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 -
    6,169
    Apache 2.0
    • Apple
  • A
    security
    A
    license
    A
    quality
    An MCP server that scans codebases to extract structural information (classes, functions, etc.) with flexible filtering options and outputs in LLM-friendly formats.
    Last updated -
    1
    2
    GPL 3.0
    • Apple
    • Linux
  • A
    security
    A
    license
    A
    quality
    An MCP server that integrates with Apktool to provide live reverse engineering support for Android applications using Claude and other LLMs through the Model Context Protocol.
    Last updated -
    13
    258
    Apache 2.0
    • Linux

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