barrel_mcp MCP Server
barrel-platform/barrel_mcp
Are you the maintainer of barrel-platform/barrel_mcp? Claim this listing →
MCP (Model Context Protocol) server library for Erlang
Add AgentRank to Claude Code Discover and compare tools like barrel-platform/barrel_mcp — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
barrel-platform/barrel_mcp is a Erlang MCP server licensed under Apache-2.0. MCP (Model Context Protocol) server library for Erlang
Ranked #57 out of 124 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Erlang Apache-2.0
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License Apache-2.0
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# barrel_mcp
MCP (Model Context Protocol) library for Erlang. Implements the MCP specification for both server and client modes, including the Streamable HTTP transport (protocol 2025-03-26) for Claude Code integration.
## Features
- **Full MCP Protocol Support**: Tools, Resources, Prompts, and Sampling
- **Multiple Transports**: Streamable HTTP (Claude Code), HTTP (Cowboy), and stdio (Claude Desktop)
- **Pluggable Authentication**: Bearer JWT, API keys, Basic auth, or custom providers
- **Supervised Registry**: gen_statem-based registry with atomic operations
- **Fast Reads**: ETS + persistent_term for O(1) handler lookups (no process call)
- **Ready/Not-Ready States**: Flexible initialization pattern
- **Client Library**: Connect to external MCP servers
- **Zero-dependency JSON**: Uses OTP 27+ built-in `json` module
## Installation
Add to your `rebar.config`:
```erlang
{deps, [
{barrel_mcp, {git, "https://github.com/your-org/barrel_mcp.git", {branch, "main"}}}
]}.
```
## A Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.