Integrations
Cursor
Connect Loomal to Cursor IDE
Use Loomal with Cursor's AI features via MCP.
Setup
Add to your Cursor MCP settings (.cursor/mcp.json in your project):
{
"mcpServers": {
"loomal": {
"url": "https://api.loomal.ai/mcp",
"headers": {
"LOOMAL_API_KEY": "mgent-your-api-key"
}
}
}
}Usage
Cursor's AI can now send and read emails on your behalf. Useful for:
- Sending deployment notifications
- Checking for bug report emails
- Auto-replying to customer inquiries during development