DIE MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DIE MCP Serveranalyze this suspicious executable file"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DIE (Detect It Easy) MCP Server
Overview
This project provides an MCP (Model Context Protocol) server that allows AI agents to use Detect It Easy (DIE) to analyze executable files. The server acts as a bridge between AI models and the DIE command-line tool.
Related MCP server: Reversecore_MCP
Server Structure
die_server.py- Main MCP server implementationrequirements.txt- Project dependenciesexamples/- Optional example clients and usage demonstrations
Quick Start
Install DIE (Detect It Easy) command-line tool
Install dependencies:
pip install -r requirements.txtRun the server:
python die_server.py --die-path "path/to/diec.exe" --transport stdio
Server Options
--transport {stdio,sse}: Transport mode (stdio or sse). Default: stdio--host HOST: Host to bind to (for SSE mode). Default: 0.0.0.0--port PORT: Port to listen on (for SSE mode). Default: 8080--die-path DIE_PATH: Path to the DIE command-line executable (diec.exe)
Available MCP Tools
The server exposes these DIE functionalities through MCP:
analyze_file
Analyzes an executable file with DIE.
{
"file_path": "path/to/file",
"json_output": true,
"deep_scan": false,
"entropy": false,
"verbose": false
}show_special_info
Gets special file info for a specific method.
{
"file_path": "path/to/file",
"method": "Hash" # or other methods like "Entropy", "Info"
}list_available_methods
Lists all available special methods for a file.
{
"file_path": "path/to/file"
}Example Usage
See the examples/ directory for sample clients and usage demonstrations.
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 gradedqualityAmaintenanceAn MCP server that provides 294 malware analysis tools behind an AI-driven interface, enabling natural language investigation of binaries.143MIT
- AlicenseNot gradedqualityBmaintenanceAn enterprise-grade MCP server for AI-powered reverse engineering. Enables AI agents to perform comprehensive binary analysis through natural language commands.188MIT
- AlicenseBqualityCmaintenanceComprehensive forensic analysis MCP server enabling AI agents to analyze files, Chromium and Firefox browser artifacts, with VirusTotal, DIE, Binwalk integrations.51MIT
- AlicenseNot gradedqualityAmaintenanceA high-performance MCP Server for Disk Forensics that enables AI agents to analyze disk images through the Model Context Protocol.2MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
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/lazy-importer/D.I.E-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server