barrel_mcp

barrel-platform/barrel_mcp
★ 3 stars Erlang 🧠 Memory/Knowledge Updated today
MCP (Model Context Protocol) server library for Erlang
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": {
    "barrel_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "barrel-platform/barrel_mcp"
      ]
    }
  }
}