Back to Home
serge2 icon

emcp

Verified Safe

by serge2

Overview

Provides a lightweight framework for building MCP (Model Context Protocol) services over HTTP/JSON-RPC in Erlang.

Installation

Run Command
No command provided

Security 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

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2026-01-18

Tags

ErlangFrameworkHTTP/JSON-RPCMCPAPI Server