fluffos-mcp
Verified Safeby 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
npx @gesslar/fluffos-mcpEnvironment 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
inspector
A desktop application (Postman-like) for inspecting, testing, and debugging Model Context Protocol (MCP) servers. It allows users to manage server connections, explore tools, resources, and prompts, interact with AI models through a chat interface, and run evaluation suites. It also supports OAuth authentication flows and a UI playground for MCP Apps.
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
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.
octomind
Octomind is a session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider AI support, enabling interactive AI conversations, code analysis, file system management, and web research.