Wasabi Connector for AI agents.
10 live capabilities
Manage your cloud storage buckets and objects using natural language.
Waiting for input…
Why people use Wasabi
Wasabi for Cloud Storage Compliance
This Connector lets you just ask your agent to check every bucket for you. You get a clean list of locations and permissions in seconds without ever opening a browser tab.
What Vinkius changes
You get a natural language interface for your Wasabi storage.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Proving data residency for GDPR
A compliance officer asks for proof that data is in the EU.
- Real-world use case 02
Cleaning up failed uploads
You notice your storage bill is high.
- Real-world use case 03
Auditing file permissions
A security audit requires a list of who can see the logs.
Complete set · 10capabilities
The complete Wasabi capability set.
These are the exact actions your AI can choose when you ask it to work with Wasabi.
01—04
4 capabilities in this set.
Part of 10 available through Wasabi.
- 01 Capability
Delete storage bucket
Permanently removes a bucket that has no files left in it. Use this to clean up your account and remove obsolete containers.
- 02 Capability
Delete bucket object
Deletes a specific file from a bucket to free up space. This is useful for removing large files or cleaning up old data.
- 03 Capability
Enable bucket versioning
Turns on versioning to protect your files from being overwritten. It provides a safety net for your data integrity.
- 04 Capability
Get bucket datacenter location
Shows you exactly which geographic region your data lives in. This helps you verify data residency for compliance needs.
05—07
3 capabilities in this set.
Part of 10 available through Wasabi.
- 05 Capability
Get object access control
Pulls the access list for a file to see who can see it. Use this to audit permissions and ensure your data is secure.
- 06 Capability
Get bucket versioning status
Checks if versioning is active for a specific bucket. This helps you confirm that your data protection settings are turned on.
- 07 Capability
List storage buckets
Shows every bucket you have access to in your Wasabi account. You can use this to get a quick overview of your storage structure.
08—10
3 capabilities in this set.
Part of 10 available through Wasabi.
- 08 Capability
List bucket objects
Lists all files in a bucket along with their sizes and dates. It makes it easy to browse your content without opening a browser.
- 09 Capability
List pending multipart uploads
Finds and lists incomplete file uploads that are costing you money. Use this to identify and delete fractured uploads to save on storage costs.
- 10 Capability
Create storage bucket
Creates a new high-availability storage bucket in your chosen Wasabi region. This lets you provision new storage space quickly without using the web console.
Set up in minutes
One URL. Then ask Wasabi to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Wasabi from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Wasabi, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Wasabi for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Wasabi URL.
- Step 03
Save and start
Save the connection and enable Wasabi in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"wasabi": {
"url": "https://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Wasabi
Open Agent mode in chat and ask: "Using Wasabi, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"wasabi": {
"url": "https://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Wasabi
Ask Copilot: "Using Wasabi, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"wasabi": {
"url": "https://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Wasabi
Open Cascade and ask: "Using Wasabi, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"wasabi": {
"url": "https://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Wasabi
Ask Cline: "Using Wasabi, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add wasabi --transport http "https://edge.vinkius.com/vk_preview_V1Hjef8Ai0tGUVU2o51pGeh56RG2FMQyrBPdlT7Z/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Wasabi
Ask Claude: "Using Wasabi, show me...". 10 tools are ready
Where the request belongs
Work Wasabi can move forward.
The cloud architect who has to prove data residency to a compliance officer at 9am. The data engineer who's tired of manually hunting for failed uploads in a massive bucket. The DevOps pro who wants to provision storage without opening another browser tab.
Cloud Architect
Verifies which geographic regions hold specific datasets to ensure they meet regional data laws.
Data Engineer
Identifies and clears out incomplete multipart uploads to stop wasting storage budget.
DevOps Professional
Provision new buckets and audit access permissions via chat while they're in the middle of a deployment.
IT Administrator
Monitors bucket versions and permissions to ensure all storage assets are backed up and secure.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBackblaze B2
Manage Backblaze B2 Cloud Storage via AI. control buckets, file versions, objects, and access rules autonomously.
Amazon S3 Bucket
Single-bucket object storage for AI agents. scoped access to one S3 bucket for secure, focused data operations.
Amazon S3
Cloud object storage orchestration. manage buckets, objects, and metadata via AI.
Aliyun OSS / 阿里云对象存储
China's leading object storage service. manage files, buckets, and metadata via AI.
Qiniu Cloud
Orchestrate Qiniu Cloud storage. manage buckets, handle file uploads, and monitor CDN performance directly from any AI agent.
Google Cloud Storage
Manage your GCS buckets and objects. list files, upload data, and audit permissions via AI.
Bring your own AI
Change the model, client or framework. Keep Wasabi connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Wasabi.
The practical details behind the request, access and result.
Can I use Wasabi MCP to manage my S3-compatible storage?
Yes. Since Wasabi is S3-compatible, this Connector allows you to manage your buckets, files, and permissions using natural language commands.
How do I check my Wasabi data residency with an AI?
You just ask your AI agent to tell you where your data is hosted. The Connector will check the datacenter location and report the exact region back to you.
Can Wasabi MCP help me find and delete failed uploads?
Yes. It can list all incomplete multipart uploads that are currently taking up space in your buckets so you can clear them out.
Is it safe to manage Wasabi buckets through a chat agent?
It is very secure. The Connector uses your specific Wasabi Access Keys to perform actions, ensuring that only you have the authority to make changes.
How do I enable versioning on my Wasabi buckets using an agent?
Simply ask your agent to turn on versioning for a specific bucket. It will execute the command and confirm when the protection is active.
Can I use Wasabi MCP to audit my file permissions?
Yes. You can ask your agent to pull the access control list for any specific file to see exactly who has permission to view or edit it.
Can I check if a file is publicly accessible through the agent?
Yes. The get_object_access_control capability allows your AI agent to retrieve the Access Control List (ACL) for any specific file, helping you audit permissions and identify public objects.
How do I protect my files from accidental deletion in a bucket?
You can use the enable_bucket_versioning capability to activate versioning on your bucket. This ensures that historical copies of your files are preserved, allowing you to recover from accidental overwrites or deletions.
Can I see where my data is physically stored?
Absolutely. Use the get_bucket_datacenter_location capability to retrieve the specific geographic region where a bucket is hosted, ensuring you meet data residency requirements.
One connection away
Give your agent a direct line to Wasabi.
Connect Wasabi once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available