streamable-httpupdated 15d ago
The official command-line interface for Envloped — the email platform for developers and AI agents.
O que dá para fazer com Envloped?
Envloped CLI
The official command-line interface for Envloped — the email platform for developers and AI agents.
Install
curl -fsSL https://envloped.com/install.sh | bash
Or download binaries directly from Releases.
Supported Platforms
| OS | Architecture |
|---|---|
| Linux | amd64, arm64 |
| macOS | amd64, arm64 (Apple Silicon) |
| Windows | amd64 |
Quick Start
# Authenticate
envloped login
# Send an email
envloped send --from hello@yourdomain.com --to user@example.com \
--subject "Hello!" --text "Sent from the CLI"
# List sent emails
envloped emails list
# Manage domains
envloped domains list
envloped domains add mydomain.com
# Manage API keys
envloped keys list
envloped keys create "My Key"
CI/CD
Use environment variables for non-interactive authentication:
export ENVLOPED_API_KEY=en_your_api_key
envloped send --from a@b.com --to c@d.com --subject "Deploy" --text "Done"
GitHub Actions
- name: Install Envloped CLI
run: curl -fsSL https://envloped.com/install.sh | bash
- name: Send notification
env:
ENVLOPED_API_KEY: ${{ secrets.ENVLOPED_API_KEY }}
run: envloped send --from a@b.com --to c@d.com --subject "Deployed" --text "OK"
AI Agent Support
The CLI is designed for autonomous use by AI agents (Claude Code, Cursor, Codex):
--jsonflag on every command for machine-readable output--stdinfor piping JSON email payloads--forceto skip confirmation prompts--quietfor minimal output
See install.md for agent installation instructions.
Documentation
License
Proprietary. Copyright Envloped.
Instalação
Adicione Envloped ao seu cliente. Escolha o que você usa.
claude mcp add --transport http envloped https://mcp.envloped.com/mcpcodex mcp add envloped --url https://mcp.envloped.com/mcp{
"mcpServers": {
"envloped": {
"url": "https://mcp.envloped.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"envloped": {
"type": "http",
"url": "https://mcp.envloped.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"envloped": {
"url": "https://mcp.envloped.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"envloped": {
"serverUrl": "https://mcp.envloped.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação22/25
- Manutenção25/25
- Confiança9/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 8 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.3.0+986469a | 25 de ago. de 2026 |
| 1.3.0+284dc9b | 25 de ago. de 2026 |
| 1.3.0+8974268 | 24 de ago. de 2026 |
| 1.3.0+a461eb4Mais recente | 24 de ago. de 2026 |
| 1.2.0+3b81d45 | 24 de ago. de 2026 |