Integrations
Cursor
Connect Loomal to Cursor IDE
Add Loomal as an MCP server in Cursor so its agent can send email, read your inbox, pull secrets and TOTP codes from the vault, and manage calendar events without leaving the editor. Drop one JSON file into your project to wire it up.
Setup
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"loomal": {
"command": "npx",
"args": ["-y", "@loomal/mcp"],
"env": {
"LOOMAL_API_KEY": "loid-your-api-key"
}
}
}
}Get your API key from console.loomal.ai.
Usage
Cursor's AI can now:
- Send deployment notifications via email
- Check for bug report emails
- Reply to customer inquiries during development
- Store and retrieve API keys from the vault
- Generate TOTP codes for 2FA
- Manage calendar events
Verify
Ask Cursor:
"Who am I?"
It should return your agent's name, email, and scopes.