Back to Home
gesslar icon

fluffos-mcp

Verified Safe

by gesslar

Overview

Enables AI assistants to validate and debug LPC (LPMud) source code by interacting with local FluffOS driver CLI tools for compilation checks, bytecode disassembly, and documentation lookup.

Installation

Run Command
npx @gesslar/fluffos-mcp

Environment Variables

  • FLUFFOS_BIN_DIR
  • MUD_RUNTIME_CONFIG_FILE
  • FLUFFOS_DOCS_DIR

Security Notes

The server executes external FluffOS CLI tools (`symbol`, `lpcc`, `search_docs.sh`) via `child_process.spawn`. User-provided file paths and search queries are passed as arguments in an array, which is generally safer than direct shell execution (`exec`) as arguments are not implicitly shell-interpreted. However, the security relies on the robustness of the underlying FluffOS tools and the `search_docs.sh` script to correctly handle potentially malicious input passed as arguments. Paths are normalized by the server to be relative to the mudlib directory where possible. No hardcoded secrets or 'eval' usage were found. Requires a trusted local FluffOS installation and careful configuration of environment variables.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassHigh
Avg Tokens2500
Stars1
Forks1
Last Update2025-12-08

Tags

LPCFluffOSMUDCode ValidationDebugging