Dynamic Analysis MCP Gateway
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., "@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.
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-unify
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
MCP server for mandates, delegation, policy-gated execution, credential grants, and audit.
111Governed 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 task-first delegation to remote workstations and workers.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables centralized management and unified interface for multiple child MCP servers (filesystem, sqlite, etc.), allowing users to discover, launch, and execute tools across different MCP servers through a single gateway.-
- AlicenseNot gradedqualityCmaintenanceUnifies multiple MCP servers behind a single endpoint with lazy loading, auto-cleanup, Python plugins, and role-based filtering.2MIT
- AlicenseNot gradedqualityBmaintenanceAggregates multiple backend MCP servers into a single unified interface with optional web management UI for tool control and configuration.41193MIT
- FlicenseNot gradedqualityBmaintenanceAggregates multiple child MCP servers into a single MCP server endpoint, enabling clients to use various tools (e.g., filesystem, Brave Search) through one interface.34-
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/a45s67/dynamic-analysis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server