LOOMAL
Integrations

VS Code

Connect Loomal to VS Code Copilot

Give Copilot's agent mode in VS Code an email inbox, a credential vault with TOTP, and a calendar — all callable as MCP tools while it edits code. One settings entry adds Loomal to the workspace or your global config.

Setup

Add to your VS Code settings (.vscode/settings.json):

{
  "mcp": {
    "servers": {
      "loomal": {
        "command": "npx",
        "args": ["-y", "@loomal/mcp"],
        "env": {
          "LOOMAL_API_KEY": "loid-your-api-key"
        }
      }
    }
  }
}

Or add to your global VS Code settings for all projects.

Get your API key from console.loomal.ai.

Verify

In Copilot Chat (agent mode), ask:

"Who am I?"

It should return your agent's name, email, and scopes.

Usage

Copilot can now send emails, check your inbox, store credentials, generate TOTP codes, and manage calendar events — all from within VS Code.

On this page