Dynamic Analysis MCP Gateway
Click on "Deploy 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., "@Dynamic Analysis MCP Gatewayfind what writes to address 0x007E4A20 in the target process"
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.
Dynamic Analysis MCP Gateway
An authenticated MCP gateway for localhost dynamic-analysis backends.
Supported backends:
Windows installation
Run from an elevated PowerShell session using the release package:
.\install.ps1 `
-Mode ServiceWithUserAgent `
-X64dbgRoot 'C:\tools\x64dbg' `
-CheatEngineRoot 'C:\tools\CE'The installer reads the existing backend configurations, creates a boot-started Gateway service, and registers a per-user agent that starts at logon. It does not modify either backend installation.
For debugger-only installations, omit -CheatEngineRoot. For the explicit
0.0.0.0:8000 bearer-only plaintext HTTP profile behind a transparent host proxy,
see single-machine LAN deployment.
The default remains bearer-protected loopback HTTP.
GUI lifecycle operations are available only while the installing user is logged in. The Gateway endpoint remains online when that user is logged out.
Open a new terminal and register the public endpoint:
codex mcp add dynamic-analysis `
--url http://127.0.0.1:8000/mcp `
--bearer-token-env-var DYNAMIC_ANALYSIS_MCP_TOKENOperational details and uninstall commands are in
docs/service-with-user-agent.md. Configuration
and secret handling are described in
docs/configuration.md.
Related MCP server: MCP Proxy Server
Development
Requirements: Node.js 24.20.0, npm 11.19.0, and Bun for the self-contained Windows executable.
npm ci
npm run check
npm run build
npm run build:exe
npm run test:install
npm run package:windowsThe executable defaults to
%ProgramData%\DynamicAnalysisMcpGateway\gateway.toml. Use --config <path> to
select another file, --check-config to validate configuration, or --version
to print the version.
Reference
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.
Trust, freshness, policy, and discovery layer for public MCP servers.
Hosted MCP server for AI agent identity, permissions, verification, and reusable proof.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceUnifies multiple MCP servers behind a single endpoint with lazy loading, auto-cleanup, Python plugins, and role-based filtering.2MIT
- AlicenseNot gradedqualityCmaintenanceAggregates multiple backend MCP servers into a single unified interface with optional web management UI for tool control and configuration.45 npm193MIT
- FlicenseNot gradedqualityDmaintenanceAggregates multiple child MCP servers into a single MCP server endpoint, enabling clients to use various tools (e.g., filesystem, Brave Search) through one interface.13 npm-
- AlicenseNot gradedqualityDmaintenanceAggregates multiple MCP servers into a single endpoint, enabling LLM clients to access tools, resources, and prompts from various backends through one connection.7 npmMIT