Back to Home
gitGalu icon

8bitworkshop-mcp

Verified Safe

by gitGalu

Overview

Provides an MCP server to control an Atari 8-bit emulator via a WebSocket bridge, enabling programmatic interaction for AI agents or automated tools.

Installation

Run Command
node dist/index.js

Environment Variables

  • ATARI_WS_URL

Security Notes

The server acts as a proxy, using `zod` for robust input validation on incoming MCP tool calls. It connects via WebSocket (defaulting to localhost) to an external Atari emulator bridge. The primary security consideration is the trustworthiness of the `8bitworkshop` Atari bridge itself; if the bridge were compromised, commands proxied through this MCP server via stdio could potentially impact the local system. No `eval`, hardcoded secrets, or explicit malicious patterns were found within this codebase.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-01

Tags

Atari 8-bitEmulatorMCPWebSocketNode.js