Google Cloud Storage Bucket Connector for AI agents.
4 live capabilities
Securely manage cloud files and data in your Google Cloud environment
Waiting for input…
Why people use Google Cloud Storage Bucket
Google Cloud Storage Bucket File Management for Cloud Storage
With this Connector, that manual cycle disappears. Your AI agent can interact with your bucket directly. It sees the storage as a native file system it can browse, read from, and write to. You just give the command, and the agent handles the upload or retrieval in the background.
What Vinkius changes
You get a secure, isolated cloud storage space for your AI agent to use as its own persistent file system.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Automated Log Management
An AI agent processes daily logs and uses put_object to save a summary while using delete_object to clear the raw data.
- Real-world use case 02
Asset Generation Storage
A creative agent generates images and saves them to a specific bucket so they can be accessed later by other capabilities.
- Real-world use case 03
Document Analysis Pipeline
A legal agent uses list_objects to find all contracts in a folder and get_object to read them one by one.
Complete set · 4capabilities
The complete Google Cloud Storage Bucket capability set.
These are the exact actions your AI can choose when you ask it to work with Google Cloud Storage Bucket.
01—04
4 capabilities in this set.
Part of 4 available through Google Cloud Storage Bucket.
- 01 Capability
Delete object
Remove a specific file from your bucket. This helps keep your storage clean by letting the agent delete temporary files.
- 02 Capability
Get object
Read the data inside a file. Use this when your agent needs to analyze a document or fetch a specific configuration.
- 03 Capability
List objects
See everything inside the bucket. This allows your agent to navigate folders and find the files it needs to work on.
- 04 Capability
Put object
Upload or overwrite a file in the bucket. This is how your agent saves its memories, generated images, or processed reports.
Set up in minutes
One URL. Then ask Google Cloud Storage Bucket to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Google Cloud Storage Bucket 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_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Google Cloud Storage Bucket for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket URL.
- Step 03
Save and start
Save the connection and enable Google Cloud Storage Bucket in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"google-cloud-storage-bucket": {
"url": "https://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket
Open Agent mode in chat and ask: "Using Google Cloud Storage Bucket, help me...". 4 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"google-cloud-storage-bucket": {
"url": "https://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket
Ask Copilot: "Using Google Cloud Storage Bucket, help me...". 4 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"google-cloud-storage-bucket": {
"url": "https://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket
Open Cascade and ask: "Using Google Cloud Storage Bucket, help me...". 4 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"google-cloud-storage-bucket": {
"url": "https://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket
Ask Cline: "Using Google Cloud Storage Bucket, help me...". 4 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add google-cloud-storage-bucket --transport http "https://edge.vinkius.com/vk_preview_QhAG95VshubCLwHLxWzs4UBAKrUBhFO0KBJe1tOf/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 Google Cloud Storage Bucket
Ask Claude: "Using Google Cloud Storage Bucket, show me...". 4 tools are ready
Where the request belongs
Work Google Cloud Storage Bucket can move forward.
This is for cloud engineers and AI researchers who need to give an agent access to data without opening up their entire cloud account. It solves the problem of balancing AI productivity with strict security requirements.
Cloud Engineer
They use this to give an AI agent access to a specific data bucket for processing without granting broad IAM permissions.
AI Researcher
They use this to create a persistent memory bank for their agent to store long-term logs and training data.
Backend Developer
They use this to offload file management tasks to an agent while keeping the files in a managed cloud environment.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsGoogle Cloud Storage
Manage your GCS buckets and objects. list files, upload data, and audit permissions via AI.
Amazon S3 Bucket
Single-bucket object storage for AI agents. scoped access to one S3 bucket for secure, focused data operations.
Backblaze B2
Manage Backblaze B2 Cloud Storage via AI. control buckets, file versions, objects, and access rules autonomously.
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.
Bring your own AI
Change the model, client or framework. Keep Google Cloud Storage Bucket 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 Google Cloud Storage Bucket.
The practical details behind the request, access and result.
Can the Google Cloud Storage Bucket MCP access my whole project?
No, it's designed for scoped access. It only connects to one specific bucket you choose, which keeps the rest of your cloud infrastructure safe.
How do I make sure my agent doesn't delete my production data?
By using this Connector, you limit the agent's permissions to a single bucket. It won't have the ability to see or touch your other buckets or production backups.
Can my agent save its own memories using this?
Yes, your agent can use the bucket as a persistent memory bank by saving and retrieving files between different sessions.
Is this fast enough for large files?
Yes, it uses native Google Cloud integration, so it handles high-performance tasks like uploading and retrieving large objects efficiently.
Do I need to be a cloud expert to use this?
Not at all. Once you've set up the bucket and service account, the AI agent handles all the complex interactions for you.
Can I use this to store images?
Absolutely. It works for any type of file, including images, JSON configs, logs, and large documents.
What happens if the bucket is full?
The Connector will report the error back to your agent, which can then notify you or attempt to clear out old files to make room.
Why limit the agent to a single GCS Bucket?
To enforce zero-trust security. An autonomous AI agent should never have carte blanche to read or delete objects across your entire Google Cloud project.
How does the Service Account authentication work?
The Connector uses the Project ID, Client Email, and Private Key from your GCP Service Account JSON to sign JWT tokens and seamlessly access the GCS REST API.
Can it read binary files?
Currently, the capability returns the raw text content. If you download a binary image, it will be represented as a raw string. It is best used for JSON, Markdown, CSVs, or logs.
One connection away
Give your agent a direct line to Google Cloud Storage Bucket.
Connect Google Cloud Storage Bucket once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available