Back to Home
Christoph-D icon

nethack-mcp

Verified Safe

by Christoph-D

Overview

Facilitates an AI agent's interaction with the NetHack game through a tmux session.

Installation

Run Command
No command provided

Environment Variables

  • NETHACK_TMUX_SESSION

Security Notes

The project uses standard operating system commands (`tmux`, `nethack`) and executes them via Go's `os/exec` package. Inputs for `tmux` commands are either hardcoded, derived from environment variables, or passed as distinct arguments, reducing the risk of shell injection. The `NETHACK_TMUX_SESSION` environment variable is a potential point of concern if its value could be maliciously crafted, but `tmux` command arguments like session names are generally not exploitable in this context. There are no network services exposed or arbitrary `eval` like constructs observed. The system is designed for a trusted local agent environment.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2026-01-18

Tags

AI AgentGamingNetHackGotmuxCLI