Sky PC MCP Companion Safe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SKY_MCP_ENABLE_CHAT | No | Enable chat permissions. Set to "1" to enable. | |
| SKY_MCP_ENABLE_INPUT | No | Enable input permissions. Set to "1" to enable. | |
| SKY_MCP_PROCESS_NAMES | No | Comma-separated list of process names to identify the game window. | Sky.exe |
| SKY_MCP_WINDOW_TITLES | No | Comma-separated list of window titles to identify the game window. | Sky: Children of the Light,光遇 |
| SKY_MCP_ALLOW_MONITOR_FALLBACK | No | Set to "1" to allow capturing the monitor display when the game window is not found. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| statusA | Report permissions, OCR availability, and verified game-window status. |
| screenshotB | Capture only the verified Sky window and return a PNG image. |
| take_screenshotB | Compatibility alias for screenshot. |
| read_screenA | Capture the verified Sky window and run local OCR. |
| press_keyA | Press one allowlisted game key after verifying and focusing the Sky process. |
| open_chatB | Open Sky chat when both input and chat permissions are enabled. |
| type_textC | Paste into an already-focused, already-open Sky chat box. |
| send_chatC | Focus Sky, open chat, paste a message, and optionally submit it. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
screenshot and take_screenshot are literal duplicates (compatibility alias), creating direct ambiguity. read_screen overlaps significantly with screenshot since both capture the window, differing only in OCR output. open_chat vs send_chat also overlap since send_chat opens chat itself. Several tools have unclear boundaries.
Most tools follow a verb_noun pattern (press_key, open_chat, type_text, send_chat, read_screen), which is consistent. However, status uses a noun-only name, screenshot and take_screenshot mix a simple noun-verb with an explicit verb_noun alias, and there's inconsistency in how the capture intent is expressed (screenshot vs read_screen).
8 tools is a reasonable count for a screen-capture and input automation server. However, the presence of a duplicate alias (take_screenshot) artificially inflates the count, and the domain could arguably be served well with 5-6 distinct tools.
The surface covers the core lifecycle: status checking, capture, OCR reading, key input, and chat operations (open, type, send). Minor gaps exist—there's no tool for mouse input, clipboard management, or capturing the full screen rather than just the game window, but the stated scope appears centered on Sky gaming automation and is reasonably well covered.