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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocran36051 code lines / 232 files
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraln/anot reached — prior gate did not pass

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://img.shields.io/github/license/punt-labs/beadle)](LICENSE)
[![CI](https://img.shields.io/github/actions/workflow/status/punt-labs/beadle/test.yml?label=CI)](https://github.com/punt-labs/beadle/actions/workflows/test.yml)
[![Go](https://img.shields.io/badge/Go-1.26+-00ADD8?logo=go&logoColor=white)](https://go.dev)
[![Go Report Card](https://goreportcard.com/badge/github.com/punt-labs/beadle)](https://goreportcard.com/report/github.com/punt-labs/beadle)
[![Working Backwards](https://img.shields.io/badge/Working_Backwards-hypothesis-lightgrey)](./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 

← Back to MCP Servers