Claude Tools / MCP Servers / beadle-dev
MCP Servers · punt-labs/beadle
beadle-dev
Autonomous agent daemon with cryptographic owner control. Email communication via IMAP/SMTP with PGP trust model.
CLEARED_STATICmcp-portablev0.16.1
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
MCP-portable
Type
MCP Servers
Tests & results
What the pipeline checked
What's inside
Components found
commands/beadle.md
componentlow
commands/contacts.md
componentlow
commands/inbox.md
componentlow
commands/mail.md
componentlow
commands/send.md
componentlow
.claude/agents/ach.md
componentmedium
.claude/agents/adb.md
componentmedium
.claude/agents/adt.md
componentmedium
.claude/agents/ahj.md
componentmedium
.claude/agents/bcs.md
componentmedium
.claude/agents/bne.md
componentmedium
.claude/agents/bwk.md
componentmedium
.claude/agents/csl.md
componentmedium
.claude/agents/djb.md
componentmedium
.claude/agents/dna.md
componentmedium
.claude/agents/edt.md
componentmedium
.claude/agents/ghr.md
componentmedium
.claude/agents/gvr.md
componentmedium
.claude/agents/jms.md
componentmedium
.claude/agents/jra.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
README
From the repository
# beadle > A programmable agent daemon controlled by email, secured by GPG. [](LICENSE) [](https://github.com/punt-labs/beadle/actions/workflows/test.yml) [](https://go.dev) [](https://goreportcard.com/report/github.com/punt-labs/beadle) [](./prfaq.pdf) Beadle is an autonomous agent that receives instructions via email and executes them as multi-stage pipelines. Commands are programs, the daemon is the shell, pipelines are pipes, and GPG signatures are sudo. By design, the owner controls what beadle can do by signing command definitions, and the trust gate controls who can trigger it. The trust gate is enforced today; command-signature enforcement is defined but not yet wired (see below). **How it works.** You send an email. Beadle verifies your identity (PGP signature or Proton E2E …