emcp

serge2/emcp
★ 0 stars Erlang Browser/Web Updated today
The Erlang Model Context Protocol (MCP) Server Framework
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "emcp": {
      "command": "npx",
      "args": [
        "-y",
        "serge2/emcp"
      ]
    }
  }
}

README Excerpt

**Lightweight framework for building MCP (Model Context Protocol) services over HTTP/JSON‑RPC.** --- emcp is a small Erlang framework that simplifies building MCP‑compatible services that communicate via JSON‑RPC over HTTP(S). It provides session lifecycle management, tools and resources handling, input schema validation.