Skip to main content
Glama
loomal-ai

Mailgent MCP Server

by loomal-ai
README.md
# @loomal/mcp — deprecated

> [!WARNING]
> **`@loomal/mcp` is deprecated.** Please use **[`@mailgent-dev/mcp`](https://www.npmjs.com/package/@mailgent-dev/mcp)** instead.

This package now ships as a compatibility shim: it defaults to `https://api.mailgent.dev` and prefers `MAILGENT_API_KEY` / `MAILGENT_API_URL` (still accepting the legacy `LOOMAL_*` names). No new features will be added here.

## Migrate

Update your MCP server config:

```json
{
  "command": "npx",
  "args": ["-y", "@mailgent-dev/mcp"],
  "env": { "MAILGENT_API_KEY": "loid-..." }
}
```

- Docs: <https://docs.mailgent.dev>
- Migration guide: <https://docs.mailgent.dev/migrate>

## License
MIT