Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Wraps

БесплатноНе проверен

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

GitHubEmbed

Описание

Search the Wraps docs and estimate AWS SES costs. Public, read-only, no authentication.

README

Wraps

Deploy email infrastructure to your AWS account in under 2 minutes.

CLI version SDK version Tests License TypeScript


Quick Start

Prerequisites: Node.js 22+, AWS credentials configured

# Deploy email infrastructure to your AWS account
npx @wraps.dev/cli email init
# Install the SDK
pnpm add @wraps.dev/email
import { WrapsEmail } from '@wraps.dev/email';

const email = new WrapsEmail();

const { messageId } = await email.send({
  from: '[email protected]',
  to: '[email protected]',
  subject: 'Welcome!',
  html: '<h1>Hello from Wraps!</h1>',
});

console.log('Sent:', messageId);

For AI Agents

Using Claude Code, Cursor, or another AI assistant? Point it at:

  • wraps.dev/llms-full.txt — the complete Wraps documentation in one file (quickstarts, SDK reference, CLI reference, guides)
  • wraps.dev/llms.txt — agent-oriented index: when to use Wraps, quick command reference, links to everything
  • Claude Code skills — installable from wraps.dev/.well-known/skills/
  • MCP server — hosted at https://wraps.dev/mcp, or run locally with npx -y @wraps.dev/mcp for tools that send email, check setup status, and read event logs (reference)

Why Wraps?

  • You own it — Infrastructure deploys to your AWS account. Data never leaves your cloud. If we disappeared tomorrow, your email keeps working.
  • 2-minute setup — One CLI command. No AWS console spelunking. No 1000-word sandbox approval essays.
  • AWS pricing — Pay AWS directly for sending. No middleman markup. Scale affordably.
  • Real DX — TypeScript SDK, visual templates, real-time analytics, interactive dashboard.

What Gets Deployed

One command creates all of this in your AWS account:

  • SES — Domain verification, DKIM, SPF, DMARC
  • EventBridge + SQS — Real-time event tracking (bounces, opens, clicks, deliveries)
  • DynamoDB — Email event history with configurable retention
  • Lambda — Event processing and webhook handling
  • IAM — Least-privilege roles with OIDC support (Vercel, AWS native)

All resources are namespaced under wraps- (most as wraps-email-*) and tagged ManagedBy: wraps-cli.

Also Available

Service CLI SDK
SMS (AWS End User Messaging) wraps sms init @wraps.dev/sms
CDN (S3 + CloudFront) wraps cdn init
Email (Python) wraps-email
Platform API client @wraps.dev/client
MCP server @wraps.dev/mcp
CDK construct @wraps.dev/cdk
Pulumi component @wraps.dev/pulumi

Documentation

Resource Link
Quickstart wraps.dev/docs/quickstart
CLI Reference wraps.dev/docs/cli-reference
SDK Reference wraps.dev/docs/sdk-reference
Python SDK Reference wraps.dev/docs/python-sdk-reference
MCP Reference wraps.dev/docs/mcp-reference
Guides wraps.dev/docs/guides
Infrastructure wraps.dev/docs/infrastructure
Complete docs for LLMs wraps.dev/llms-full.txt

Community

License

AGPL-3.0 — see LICENSE for details. Enterprise features under commercial license. See wraps.dev for more information.

from github.com/wraps-team/wraps

Установка Wraps

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/wraps-team/wraps

FAQ

Wraps MCP бесплатный?

Да, Wraps MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Wraps?

Нет, Wraps работает без API-ключей и переменных окружения.

Wraps — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Wraps в Claude Desktop, Claude Code или Cursor?

Открой Wraps на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Notion

Read and write pages in your workspace

Notionавтор: Notion

Linear

Issues, cycles, triage — from Claude

Linearавтор: Linear
Pro

Google Drive

Search and read your Drive files

Googleавтор: Google

mindsdb/mindsdb

Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).

mindsdbавтор: mindsdb

fulcradynamics/fulcra-context-mcp

MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Li

fulcradynamicsавтор: fulcradynamics

aymericzip/intlayer

A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, access to the docs.

aymericzipавтор: aymericzip

rinadelph/Agent-MCP

A framework for creating multi-agent systems using MCP for coordinated AI collaboration, featuring task management, shared context, and RAG capabilities.

rinadelphавтор: rinadelph

WhenLabs-org/when

Developer toolkit: auto-detect stack for AI context files, catch port conflicts, validate .env schemas, spot docs drift, audit dependency licenses, and time cod

WhenLabs-orgавтор: WhenLabs-org

Beltran12138/wecom-docs-mcp-server

WeCom (Enterprise WeChat) document operations via MCP: create, read, and edit Docs and Smartsheets (9 tools). Fills the doc-CRUD gap — existing WeCom MCP server

Beltran12138автор: Beltran12138

madbonez/caldav-mcp

Universal MCP server for CalDAV protocol integration. Works with any CalDAV-compatible calendar server including Yandex Calendar, Google Calendar (via CalDAV),

madbonezавтор: madbonez

Compare Wraps with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории productivity