73
/ 100
1 month ago
glama

Lutris MCP Server

Enables AI assistants to browse, search, and manage a Lutris Linux gaming library. It provides tools for modifying game details, organizing categories, and accessing collection statistics directly from the Lutris SQLite database.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
2 tools describe read intent but their handlers mutate — check_game_running (line 48: execSync(`pgrep -af "${pattern}"`, {); list_runners (line 19: execSync('pgrep -af "lutris"', {)
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
// known CVEs in dependencies1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

lowjs-yaml@4.1.0GHSA-mh29-5h37-fv8m

js-yaml has prototype pollution in merge (<<)

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configLUTRIS_DATA_DIR~/.local/share/lutris Path to Lutris data directory (media, logs)
configLUTRIS_DB_PATH~/.local/share/lutris/pga.db Path to Lutris SQLite database
configLUTRIS_GAMES_CONFIG_DIR~/.config/lutris/games Path to game YAML configs
configLUTRIS_LOG_DIR
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/praeses0-lutris-mcp-1a6qvg)](https://m8ven.ai/mcp/praeses0-lutris-mcp-1a6qvg)
commit: e79eb4f5605ca179a44c970b3a381b509ebbf877
code hash: 64026e36e79ba03145265f29db649b47a134253f53eaef3e3d84f924a05cd5ab
verified: 6/15/2026, 2:29:17 PM
view raw JSON →