dump-analyzer-mcp-server
by zuohuiyang
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Service listen address | 0.0.0.0 |
| PORT | No | Service listen port | 8000 |
| TIMEOUT | No | Command execution timeout (seconds) | 1800 |
| VERBOSE | No | Enable DEBUG log level | false |
| CDB_PATH | No | Path to cdb.exe | Auto-detect |
| UPLOAD_DIR | No | Temporary directory for uploads | System temp dir |
| SYMBOLS_PATH | No | Server-side symbol path | srv*c:\symbols*https://msdl.microsoft.com/download/symbols |
| MAX_UPLOAD_MB | No | Maximum dump file upload size (MB) | 100 |
| PUBLIC_BASE_URL | Yes | Externally accessible base URL, used to construct and return the dump upload URL to clients | |
| MAX_ACTIVE_SESSIONS | No | Maximum active sessions | 10 |
| SESSION_TTL_SECONDS | No | Idle session TTL | 1800 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/zuohuiyang/dump-analyzer-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server