Documentation Index

Fetch the complete documentation index at: https://docs.wasabi.com/llms.txt

Use this file to discover all available pages before exploring further.

Cursor With Wasabi MCP

Prev Next

Wasabi MCP is an OAuth-protected Model Context Protocol (MCP) server that lets an AI client operate your Wasabi account (S3, IAM/STS, WACM) without ever receiving your Wasabi access keys. The client gets a short-lived, scoped OAuth token; your Wasabi credentials stay encrypted on the server.

Wasabi’s MCP service is currently in beta and may be subject to changes, limitations, or occasional instability. Report any issues you encounter to Wasabi Support (support@wasabi.com).

Reference Architecture

Requirements

  • Active Wasabi storage account

  • Access to a Cursor account

Configuring Cursor for Wasabi MCP

  1. Log in to Cursor and click Settings.

  2. Click Tools and MCPs.

  3. Click Add Custom MCP.

  4. Insert the code below.

    {
      "mcpServers": {
        "Wasabi S3": {
          "url": "https://mcp.wasabisys.dev/s3"
        },
        "Wasabi IAM": {
          "url": "https://mcp.wasabisys.dev/iam"
        },
        "Wasabi WACM": {
          "url": "https://mcp.wasabisys.dev/wacm"
        }
      }
    }
  5. Once the config is committed, the Tools & MCP page will list the newly added MCP servers.

  6. Toggle each service and click Connect.

  7. You will be directed to a webpage to log in. Provide the details below and click Sign in.

    • Wasabi account email address

    • Wasabi account password

    • MFA (optional)

  8. Once signed in, click Add key to add your Wasabi access keys.

  9. Provide the following details and click Save key.

    • Label—Name for the keys

    • Access key ID—Wasabi access key

    • Secret access key—Wasabi secret key

  10. Once the keys are added, ensure S3 and IAM are highlighted in green (indicating they are enabled).

  11. The configuration is complete. Click Return to AI editor.

  12. Navigate to the Cursor MCP page. S3 and IAM should be active.

  13. You can use natural language prompts to interact with Wasabi storage using Cursor.

  14. If WACM is connected, you can use it to get information about the sub-accounts.