ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Deta Space with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage your personal cloud via Deta Space. store data in Deta Base and files in Deta Drive directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 10 capabilities

The complete Deta Space capability set.

These are the exact actions your AI can choose when you ask it to work with Deta Space.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 10 available through Deta Space.

  1. 01

    Base get item

    Retrieve a single item from Deta Base by its key

  2. 02

    Base query items

    Query should be a JSON array of query objects (OR logic between objects, AND logic within). Search for items in Deta Base based on queries

  3. 03

    Drive upload file

    Upload a file to Deta Drive

  4. 04

    Drive delete files

    Delete one or more files from Deta Drive

Capability set02 / 03

05-07

3 capabilities in this set.

Part of 10 available through Deta Space.

  1. 05

    Drive download file

    Download a file from Deta Drive by its name

  2. 06

    Drive list files

    List files in a Deta Drive

  3. 07

    Base delete item

    Delete an item from Deta Base by its key

Capability set03 / 03

08-10

3 capabilities in this set.

Part of 10 available through Deta Space.

  1. 08

    Base insert item

    Store an item in Deta Base only if the key does not already exist

  2. 09

    Base put items

    Provide items as a JSON array string. Store one or more items in Deta Base

  3. 10

    Base update item

    Update specific attributes of an existing item in Deta Base

Observed, not estimated

922ms average. Fast in production.

Deta Space is checked daily against the live service.

Daily averagePeak 1073ms
Aug 20Today
Fastest day
788ms
Slowest day
1073ms
14-day trend
Slowing+6%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 10 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Deta Space, so you can see the experience inside your AI.

It does not authenticate your account with Deta Space. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Deta Space Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_GX4IrdQUKPa9zaRnx8N7BCKZxc1g51D1pb49fcrf/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Deta Space capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "deta-space-serverless-personal-cloud-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_GX4IrdQUKPa9zaRnx8N7BCKZxc1g51D1pb49fcrf/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Deta Space owners ask.

  • 01

    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.

  • 02

    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.

  • 03

    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.