Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_LOG_FILE | No | Optional path to a log file for MCP server logs | |
| MCP_LOG_LEVEL | No | Logging level for the MCP server (e.g., INFO, DEBUG, WARNING, ERROR) | INFO |
| LOG_DIRECTORIES | No | JSON array of directories containing log files to analyze (e.g., '["/path/to/your/app/logs"]') | |
| PYTHONIOENCODING | No | Set Python I/O encoding | utf-8 |
| PYTHONUNBUFFERED | No | Set to '1' to ensure Python output is not buffered | 1 |
| LOG_PATTERNS_ERROR | No | JSON array of regex patterns to identify error log entries (e.g., '["Exception:.*"]') | |
| LOG_CONTEXT_LINES_AFTER | No | Number of lines to include after a matched log entry for context | |
| LOG_CONTEXT_LINES_BEFORE | No | Number of lines to include before a matched log entry for context |
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 | |