Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host (required for ssh mode) | |
| mode | No | Connection mode: docker, ssh, or local | docker |
| port | No | SSH port (for ssh mode) | 22 |
| user | No | SSH user (for ssh mode) | remnux |
| sandbox | No | Enable path sandboxing (restrict files to samples/output dirs) | off |
| timeout | No | Default command timeout in seconds | 300 |
| password | No | SSH password (for ssh mode; uses SSH agent if omitted) | |
| MCP_TOKEN | No | Bearer token for HTTP auth (environment variable alternative to --http-token) | |
| container | No | Docker container name/ID | remnux |
| http-host | No | HTTP bind address (for http transport) | 127.0.0.1 |
| http-port | No | HTTP server port (for http transport) | 3000 |
| transport | No | Transport mode: stdio or http | stdio |
| http-token | No | Bearer token for HTTP auth | |
| output-dir | No | Output directory path inside REMnux | /home/remnux/files/output |
| samples-dir | No | Samples directory path inside REMnux | /home/remnux/files/samples |
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 | |