vice-mcp-server
Verified Safeby tonyfruzza
Overview
Provides AI assistants with debugging and control capabilities for the VICE C64 emulator.
Installation
python run_vice_mcp.py --transport stdioSecurity Notes
The server connects to a local VICE emulator's remote monitor interface, reducing network exposure. It includes a `send_monitor_command` tool which allows arbitrary commands to be sent to the emulator. While this grants significant control over the emulated environment, it does not directly expose the host system to arbitrary command execution. No 'eval' or obvious hardcoded secrets were found.
Similar Servers
tmux-mcp
Enables AI assistants (like Claude Desktop) to interact with, control, and observe tmux terminal sessions by providing tools for session management and command execution.
figma-console-mcp
Provides AI assistants with real-time console access, visual debugging, design system extraction, and design creation capabilities for Figma.
gdb-mcp-server
Provides an AI-assisted debugging server for GDB using the Model Context Protocol, enabling AI agents to interact with and control GDB sessions.
mcp
An MCP server that equips AI assistants with specialized tools and knowledge for Arm architecture development, migration, and optimization.