Skip to main content
Glama

cutterMCP

by ap425q

カッター\_MCP\_ロゴ

カッターMCP

cutterMCPは、LLMが自律的にアプリケーションをリバースエンジニアリングできるようにするモデルコンテキストプロトコルサーバーです。Cutterコア機能からMCPクライアントまで、様々なツールを公開しています。

特徴

MCP サーバー + カッター プラグイン

  • Cutterでバイナリをデコンパイルして分析する
  • メソッドとデータの名前を自動的に変更する
  • メソッド、インポート、エクスポートを一覧表示する

インストール

前提条件

カッター

まず、このリポジトリから最新リリースをダウンロードしてください。これにはCutterプラグインとPython MCPクライアントが含まれています。その後、プラグインをCutterに直接インポートできます。

  1. ランカッター
  2. 編集 -> 設定 -> プラグインに移動します
  3. プラグインディレクトリの場所を見つける
  4. ダウンロードしたリリースからCutterMCPPlugin.pyコピーし、 pythonフォルダ内に貼り付けます。
  5. カッターを再起動
  6. 成功すると、 Windows -> プラグインの下にプラグインが表示され、下部のパネルに新しいウィジェットが表示されます。

MCPクライアント

理論的には、どの MCP クライアントでも cutterMCP で動作するはずです。 以下に 1 つの例を示します。

例1: クロードデスクトップ

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.

LLM が Cutter を介してアプリケーションを自律的にリバース エンジニアリングし、バイナリを逆コンパイルし、コードを分析し、プログラムによってメソッドの名前を変更できるようにする MCP サーバー。

  1. 特徴
    1. インストール
      1. 前提条件
      2. カッター
      3. MCPクライアント
      4. 例1: クロードデスクトップ

    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