beam_mcp

ScriptKittyOS/beam_mcp
★ 3 stars Elixir Browser/Web Updated today
MCP server core for the BEAM. Elixir, Apache-2.0, dual-era 2026-07-28 and 2025-11-25.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "beam_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ScriptKittyOS/beam_mcp"
      ]
    }
  }
}

README Excerpt

<!-- SPDX-FileCopyrightText: 2026 Sudo Apt Holdings LLC SPDX-License-Identifier: Apache-2.0 --> A Model Context Protocol server core for the BEAM. Protocol handling, two transports — stdio and a stateless Streamable HTTP `Plug` — and JSON Schema validation, with the tool catalog and the dispatch function injected by the host.

Tools (1)

ping