erl_dist_mcp

jimsynz/erl_dist_mcp
★ 9 stars Rust 📦 Other Updated 14d ago
An MCP server which connects to Erlang/BEAM nodes via distribution
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "erl_dist_mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "erl_dist_mcp"
      ]
    }
  }
}