cutterMCP

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
Instalar cortador
Python3
Related MCP server: GhidraMCP
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.
Cortador de ejecución
Vaya a Editar -> Preferencias -> Complementos
Encuentra la ubicación del directorio del complemento
Copie
CutterMCPPlugin.pyde la versión descargada y péguelo dentro de la carpeta PythonReiniciar el cortador
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"
]
}
}
}This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceAn 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,773Apache 2.0
- AlicenseNot gradedqualityDmaintenanceAn 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
- AlicenseNot gradedqualityDmaintenanceAn 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
- AlicenseNot gradedqualityFmaintenanceMCP server that allows LLMs to autonomously reverse engineer applications using Ghidra, exposing tools like decompilation, renaming, and listing methods.26Apache 2.0
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.
Appeared in Searches
- A search for coding with free and open source software, focusing on reverse engineering and avoiding AI hallucinations
- Resources for Learning Reverse Engineering Skills
- Resources for learning and developing reverse engineering skills
- MCP server that supports JAR decompilation
- Reverse engineering macOS binary files and applications
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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