.vscode — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited .vscode (MCP Server) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.moonolgerd/game-mcp -->
A Model Context Protocol (MCP) server that discovers and manages installed games on Windows PC from various platforms including Steam, Epic Games, GOG, Windows Store/Xbox, and other installed programs.
discover_games: Finds all installed games across all platformsget_game_info: Gets detailed information about a specific gamelaunch_game: Launches a game by name (if executable is found){
"servers": {
"GameMcpServer": {
"type": "stdio",
"command": "dnx",
"args": [
"[email protected]",
"--yes"
]
}
}
}discover_gamesDiscovers all installed games from all supported platforms.
Example usage in Claude: "Can you discover all the games I have installed on my PC?"
Returns: JSON object with:
get_game_infoGets detailed information about a specific game by name.
Parameters:
gameName: The name of the game to search forExample usage: "Get information about Cyberpunk 2077"
launch_gameLaunches a game by name if it has a valid executable path.
Parameters:
gameName: The exact name of the game to launchExample usage: "Launch Steam's Half-Life 2"
The server uses multiple discovery methods:
libraryfolders.vdf for custom library locationssteamapps/common directories for game folders%ProgramData%/Epic/EpicGamesLauncher/Data/ManifestsSOFTWARE\GOG.com\Games%ProgramFiles%/WindowsApps directoryThe server is designed to be robust and continue functioning even if:
Errors are logged to stderr and don't interrupt the discovery process for other platforms.
This project uses:
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.