Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug mode | true |
| MCP_HOST | No | Host address for the MCP server | 127.0.0.1 |
| MCP_PORT | No | Port for the MCP server | 8000 |
| LOG_LEVEL | No | Logging level | INFO |
| BASH_TIMEOUT_MAX | No | Maximum timeout for bash commands in seconds | 120 |
| FILE_MAX_SIZE_MB | No | Maximum file size in MB | 10 |
| PYTHON_TIMEOUT_MAX | No | Maximum timeout for Python execution in seconds | 120 |
| PYTHON_MEMORY_LIMIT | No | Memory limit for Python execution in MB | 256 |
| WEB_ALLOWED_DOMAINS | No | Comma-separated list of allowed domains for web operations (* for all) | * |
| WEB_TIMEOUT_DEFAULT | No | Default timeout for web operations in seconds | 30 |
| BASH_TIMEOUT_DEFAULT | No | Default timeout for bash commands in seconds | 30 |
| BASH_ALLOWED_COMMANDS | No | Comma-separated list of allowed bash commands | ls,cat,grep,find,echo,pwd,mkdir,touch |
| PYTHON_TIMEOUT_DEFAULT | No | Default timeout for Python execution in seconds | 30 |
| FILE_ALLOWED_EXTENSIONS | No | Comma-separated list of allowed file extensions | txt,md,csv,json,py |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |