
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
mcparmory-mailtrap
Advanced tools
Send emails and manage sending domains, suppression lists, and delivery analytics
Base URL: https://send.api.mailtrap.io
| Category | Communication |
| Tools | 14 |
| Auth | Bearer Token |
BEARER_TOKEN=YOUR_BEARER_TOKEN \
uvx mcparmory-mailtrap
pip install mcparmory-mailtrap
BEARER_TOKEN=YOUR_BEARER_TOKEN \
mcparmory-mailtrap
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"mailtrap": {
"command": "uvx",
"args": ["mcparmory-mailtrap"],
"env": {
"BEARER_TOKEN": "YOUR_BEARER_TOKEN"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
BEARER_TOKEN — Bearer tokenDo not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/mailtrap):
{
"mcpServers": {
"mailtrap": {
"command": "python",
"args": ["/home/user/mcp-servers/mailtrap/server.py"]
}
}
}
docker run -p 8000:8000 \
-e BEARER_TOKEN=YOUR_BEARER_TOKEN \
ghcr.io/mcparmory/mailtrap:latest
First, configure your credentials in .env (see Credentials above).
docker build -t mailtrap .
docker run -p 8000:8000 --env-file .env mailtrap
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"mailtrap": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Send emails and manage sending domains, suppression lists, and delivery analytics
We found that mcparmory-mailtrap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.