No description
| cmd/email-mcp | ||
| docs/superpowers | ||
| internal | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| README.md | ||
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 setupto store IMAP credentialsemail-mcp mcpto 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