No description
Find a file
2026-04-10 12:40:46 +02:00
cmd/email-mcp test: cover cli entrypoint contract 2026-04-10 12:39:10 +02:00
docs/superpowers docs: add email mcp implementation plan 2026-04-10 09:32:21 +02:00
internal test: cover cli entrypoint contract 2026-04-10 12:39:10 +02:00
.gitignore add .gitignore 2026-04-10 09:28:15 +02:00
go.mod feat: implement imap backend 2026-04-10 11:39:40 +02:00
go.sum feat: implement imap backend 2026-04-10 11:39:40 +02:00
README.md docs: add usage and verify build 2026-04-10 12:40:46 +02:00

email-mcp

email-mcp is a local Go CLI for configuring one IMAP account in KDE Wallet and exposing read-only mailbox access over MCP.

Requirements

  • Linux
  • A D-Bus session with KDE Wallet available
  • Go 1.25 or newer
  • IMAP account credentials

Commands

  • email-mcp setup to store IMAP credentials
  • email-mcp mcp to start the MCP stdio server

If you build the binary locally from this repo, run it as ./email-mcp from the project root.

Build and Test

go test ./...
go build ./cmd/email-mcp