Pluto - Multiagent coordinator Erlang server and client with MCP support

Pluto is a small Erlang/OTP project I’ve been developing to make multi‑agent coordination feel natural for the user. It tackles the painful parts of orchestrating multiple LLM instances, things like mutex locks, message passing, timeouts, and shared resources, and gives agents these capabilities natively, without burning tokens to reinvent basic coordination primitives.

If you’re curious about agentic workflows or want to see how Claude or Aider behave when backed by a real BEAM coordinator instead of ad‑hoc prompts, give Pluto a try.

It’s lightweight, easy to read, and a fun playground for anyone who enjoys OTP. I’d love to hear what the community thinks.

1 Like