Skip to content
Vinkius

Deta Space (Serverless Personal Cloud API) Connector for AI agents.

10 live capabilities

Manage NoSQL records and personal cloud files through natural conversation.

Live agent request Deta Space (Serverless Personal Cloud API) / Connector

Waiting for input…

AI Agent

Why people use Deta Space (Serverless Personal Cloud API)

Deta Space for NoSQL Database Management

With this Connector, you just tell your agent what needs to change. It handles the `base_update_item` and `base_query_items` calls for you, so you stay in your flow and get the data you need instantly.

  • Claude
  • ChatGPT
  • Gemini
  • Cursor
  • Visual Studio Code
  • Windsurf

What Vinkius changes

You get a direct bridge between your AI agent and your serverless cloud storage and database.

Use it from Claude, ChatGPT, Cursor or another AI client you already have.

One account · 5,900+ Connectors

  1. Real-world use case 01

    Updating user profiles

    A developer asks the agent to change a user's status to 'active' using `base_update_item` instead of logging into a dashboard.

  2. Real-world use case 02

    Batch uploading logs

    A power user tells the agent to move a folder of logs into Deta Drive using `drive_upload_file` to keep their local machine clean.

  3. Real-world use case 03

    Querying order history

    A data engineer asks for all orders from last week using `base_query_items` to quickly inspect recent transactions.

Complete set · 10capabilities

The complete Deta Space (Serverless Personal Cloud API) capability set.

These are the exact actions your AI can choose when you ask it to work with Deta Space (Serverless Personal Cloud API).

Capability set01 / 03

01—04

4 capabilities in this set.

Part of 10 available through Deta Space (Serverless Personal Cloud API).

  1. 01 Capability

    Base delete item

    Deletes a specific item from Deta Base using its unique key. Use this to remove outdated records from your NoSQL store.

  2. 02 Capability

    Base get item

    Fetches a single record from Deta Base so your agent can read its contents. It's the fastest way to grab a specific item.

  3. 03 Capability

    Base insert item

    Adds a new item to Deta Base only if the key doesn't already exist. This helps you keep your data clean and unique.

  4. 04 Capability

    Base put items

    Saves a list of JSON items into Deta Base in one go. This is perfect for bulk data entry into your NoSQL database.

Capability set02 / 03

05—07

3 capabilities in this set.

Part of 10 available through Deta Space (Serverless Personal Cloud API).

  1. 05 Capability

    Base query items

    Searches your Deta Base for items that match specific query logic. Use it to filter and find data based on multiple criteria.

  2. 06 Capability

    Base update item

    Changes specific attributes of an existing item without overwriting the whole object. This allows for precise, atomic updates.

  3. 07 Capability

    Drive upload file

    Sends a file from your local system up to your Deta Drive. This lets your agent handle file transfers for you.

Capability set03 / 03

08—10

3 capabilities in this set.

Part of 10 available through Deta Space (Serverless Personal Cloud API).

  1. 08 Capability

    Drive delete files

    Removes one or more files from your Deta Drive storage. Use this to clean up your personal cloud drive quickly.

  2. 09 Capability

    Drive download file

    Grabs a specific file from your Deta Drive by its name. Your agent can use this to pull files into your local environment.

  3. 10 Capability

    Drive list files

    Shows a list of all files currently stored in your Deta Drive. It's the best way to see what's currently in your storage.

Set up in minutes

One URL. Then ask Deta Space (Serverless Personal Cloud API) to work.

Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Deta Space (Serverless Personal Cloud API) from the conversation.

Choose your client

Live preview
Advanced clients IDE · CLI

Claude · Web + desktop

Official guide ↗

Connector URL · ready to paste

Streamable HTTP
https://edge.vinkius.com/vk_preview_GX4IrdQUKPa9zaRnx8N7BCKZxc1g51D1pb49fcrf/mcp
  1. Step 01

    Open Connectors

    In Claude Web or Claude Desktop, open Settings and choose Connectors.

  2. Step 02

    Add the URL

    Choose Add custom connector, name it Deta Space (Serverless Personal Cloud API), and paste the URL above.

  3. Step 03

    Turn it on in chat

    Select +, open Connectors, and enable Deta Space (Serverless Personal Cloud API) for the conversation.

Where the request belongs

Work Deta Space can move forward.

Built around the request

This is for the developer who's tired of switching contexts between their IDE and a cloud dashboard, or the data engineer who needs to query NoSQL collections on the fly without writing boilerplate code.

01

Backend Developer

Manages NoSQL records and database updates directly through a chat interface while building APIs.

02

Data Engineer

Inspects and queries complex JSON data structures in Deta Base without leaving the workspace.

03

Power User

Automates personal file logging and cloud storage management for private projects.

Bring your own AI

Change the model, client or framework. Keep Deta Space 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 Deta Space.

The practical details behind the request, access and result.

Can I use Deta Space MCP to manage my own private cloud?

Yes. This Connector connects your AI agent to your personal Deta Space, allowing you to manage your own private NoSQL database and file storage through a chat interface.

Does Deta Space MCP support NoSQL data?

Yes, it specifically works with Deta Base, which is a high-performance NoSQL database for storing JSON data.

How do I upload files using Deta Space MCP?

You can simply ask your AI agent to upload a file for you. It will use the drive capabilities to move the file from your local environment to your Deta Drive.

Can I update only one part of a JSON record?

Yes, the Connector supports atomic updates. This means your agent can change specific fields in a database item without overwriting the entire record.

Does Deta Space MCP work with Cursor or Claude?

Yes, it works with any MCP-compatible client, including Claude, Cursor, Windsurf, and VS Code.

How can I search for specific records in a Deta Base?

Use the base_query_items capability. You can provide a JSON array of query objects to filter items by their attributes, and even handle pagination using the limit and last parameters.

Can I update just one field in a database item without sending the whole object?

Yes! The base_update_item capability allows you to perform atomic updates. You can use the set parameter to update fields, increment for numbers, or append for arrays.

How do I upload a text file or document to Deta Drive?

Use the drive_upload_file capability. Provide the drive_name, the desired file name (path), and the content of the file. The agent will handle the storage process for you.

One connection away

Give your agent a direct line to Deta Space.

Connect Deta Space once. Keep it beside 5,900+ managed Connectors when the next task needs more.

Explore every Connector No credit card required · Free tier available