emcp
by serge2
Overview
To provide a framework for building Erlang-based Multi-User Dungeon (MUD) servers using the MUD Client Protocol (MCP).
Installation
No command providedSecurity Notes
The provided source code is severely truncated, making a comprehensive security audit impossible. As an Erlang server framework designed for network communication (MCP), it inherently involves risks related to input validation, secure protocol implementation, and potential vulnerabilities in network handling. Without full code visibility, it's impossible to check for specific dangerous patterns like 'eval' misuse, hardcoded secrets, or proper sanitization of client inputs. Users should perform a full security audit of any application built using this framework and of the framework itself if the full source is available.
Similar Servers
golf
Golf is a Python framework for building MCP (Model Context Protocol) servers, allowing developers to define tools, resources, and prompts as Python files to create runnable AI agent backends.
phone-a-friend-mcp
Enables real-time communication between multiple Claude Code instances, allowing one to listen and others to initiate conversations with specific intents.
n8n-mcp-server-custom
This server acts as a Model Context Protocol (MCP) intermediary, enabling AI assistants like Antigravity to interact with and manage n8n automation workflows via its REST API.
bug-buster-ai
A cybersecurity AI agent that analyzes Python code for vulnerabilities using OpenAI's LLMs and Semgrep, deployable on Azure and GCP.