8bitworkshop-mcp
Verified Safeby 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
node dist/index.jsEnvironment 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
lumino-mcp-server
Provides an AI assistant with specialized tools to monitor, analyze, troubleshoot, predict, and simulate changes in Kubernetes, OpenShift, and Tekton environments for SREs and DevOps.
dev-workflow-mcp-server
Enforce development workflow discipline by guiding developers through a sequence of best practices (testing, documentation, commit, release) using an MCP (Model Context Protocol) server.
ga-ai-mcp-server
This server allows AI agents to query Google Analytics 4 data (reports, traffic sources, demographics, etc.) via the Model Context Protocol (MCP).
gomoku-mcp-server
This is a backend server for a Gomoku game, likely implementing game logic, state management, and handling multiplayer interactions.