Dynamic MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Logging level (e.g., DEBUG, INFO, WARNING, ERROR) | INFO |
| KERNEL_PATH | No | Path to kernel directory | /boot |
| CRASH_DUMP_PATH | No | Path to crash dump directory | /var/crash |
| CRASH_COMMAND_TIMEOUT | No | Command timeout in seconds | 120 |
| CRASH_SESSION_TIMEOUT | No | Session timeout in seconds | 180 |
| SUPPRESS_MCP_WARNINGS | No | Suppress MCP initialization warnings | true |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| crash_commandB | Execute a command in the crash utility session |
| get_crash_infoB | Get information about the current crash dump and session |
| list_crash_dumpsA | List all available crash dumps |
| start_crash_sessionC | Start a new crash session with a specific dump |
| close_crash_sessionA | Close the current crash session |
| execute_bpftrace_scriptB | Execute a BPFtrace script for system tracing and analysis |
| get_bpftrace_infoA | Get information about BPFtrace availability and version |
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
- 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/42Research/dynamic_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server