Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SYSINFO_HOST | No | Host to bind to for HTTP transports | localhost |
SYSINFO_PORT | No | Port to bind to for HTTP transports | 8001 |
SYSINFO_CACHE_TTL | No | Cache time-to-live in seconds | 5 |
SYSINFO_LOG_LEVEL | No | Logging level | INFO |
SYSINFO_TRANSPORT | No | Transport protocol: stdio, sse, or streamable-http | stdio |
SYSINFO_MOUNT_PATH | No | Mount path for SSE transport | /mcp |
SYSINFO_ENABLE_TEMP | No | Enable temperature sensors | true |
SYSINFO_MAX_PROCESSES | No | Maximum processes to return | 100 |
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 |