emcp
Verified Safeby serge2
Overview
Provides a lightweight framework for building MCP (Model Context Protocol) services over HTTP/JSON-RPC in Erlang.
Installation
No command providedSecurity Notes
The framework allows application developers to define custom tool/resource handler functions. The provided example for `resources_read` demonstrates the use of `os:cmd/1` to execute shell commands. This capability, while flexible, introduces a risk of command injection if user-supplied input is passed unsanitized to `os:cmd/1` by the application developer. Secure management of API keys by the implementing application is also crucial.
Similar Servers
golf
A Python framework for building conversational AI servers (MCP servers) by defining tools, resources, and prompts as modular Python files, with integrated authentication, telemetry, and LLM interaction utilities.
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.
odooMCP
Acts as a secure intermediary for AI agents (ChatGPT, Google Gemini) to interact with Odoo instances via a JSON-RPC 2.0 compliant API.
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.