Skip to main content
Glama
a45s67

Dynamic Analysis MCP Gateway

by a45s67

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_TOKEN

Operational 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:windows

The 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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables 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.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Unifies multiple MCP servers behind a single endpoint with lazy loading, auto-cleanup, Python plugins, and role-based filtering.
    2
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    Aggregates 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

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