How to Use the Deta Space (Serverless Personal Cloud API) MCP in Claude Code
Query Deta Base and manage Deta Drive files directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deta Space (Serverless Personal Cloud API) MCP to Claude Code
Create your Vinkius account to connect Deta Space (Serverless Personal Cloud API) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Query Deta Base via this CLI-friendly MCP Server
This MCP Server implements `base_query_items` to search your Deta Space database directly from your Claude Code terminal session. Claude Code processes your natural language requests, builds the correct JSON query syntax, and outputs the raw data right into your shell. If you need to inspect a single record, Claude Code calls `base_get_item` using the unique key. This CLI workflow bypasses the Deta Space web UI entirely, letting you debug production database states in seconds from your terminal.
Automate Deta Drive file sync with Claude Code
The `drive_download_file` tool fetches files from your Deta Drive directly to your local machine running Claude Code. Your agent chains this tool with terminal commands, piping downloaded assets straight into other CLI tools or local scripts. Pushing local terminal assets back to the cloud uses `drive_upload_file`. Claude Code monitors the transfer and guarantees the file exists on Deta Drive after running `drive_list_files`.
Batch data writes and safe record creation
The `base_insert_item` tool restricts Claude Code to writing records only if the target key does not already exist in Deta Base. This safeguards against accidental data loss when running Claude Code database updates. When you need to push bulk updates, Claude Code uses `base_put_items` to execute multiple database writes in a single request. Minimizing network round-trips makes your Claude Code database scripts run significantly faster.
Set up Deta Space (Serverless Personal Cloud API) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seedeta-space-serverless-personal-cloud-api-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Deta Space (Serverless Personal Cloud API) transactions." It will automatically discover and invoke the available Deta Space (Serverless Personal Cloud API) tools.
claude mcp add --transport http deta-space-serverless-personal-cloud-api-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Deta Space (Serverless Personal Cloud API) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Deta Space (Serverless Personal Cloud API) MCP today
We host it, we monitor it, we maintain it. You just paste one token.