Back to Home
gesslar icon

fluffos-mcp

Verified Safe

by gesslar

Overview

An MCP server that enables AI assistants to perform driver-level validation, debugging, and documentation lookup for LPC code using FluffOS CLI tools.

Installation

Run Command
npx @gesslar/fluffos-mcp

Environment Variables

  • FLUFFOS_BIN_DIR
  • MUD_RUNTIME_CONFIG_FILE
  • FLUFFOS_DOCS_DIR

Security Notes

The server leverages Node.js `child_process.spawn` to execute external FluffOS CLI tools (`symbol`, `lpcc`, and a `search_docs.sh` script). Arguments to these tools, including file paths and search queries, are passed from AI input. While the Node.js code itself uses array arguments for `spawn` (mitigating shell injection in the initial call) and the shell script explicitly double-quotes its `$QUERY` argument for `grep`/`rg`, the overall security relies heavily on the trustworthiness of the configured FluffOS binaries and documentation directory, as well as the robustness of the underlying FluffOS CLI tools when processing potentially untrusted or malformed file paths.

Similar Servers

Stats

Interest Score30
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks1
Last Update2026-01-18

Tags

FluffOSLPCMUDAIDeveloper Tools