How to Use the Deta Space (Serverless Personal Cloud API) MCP in Windsurf
Let Windsurf run multi-step data tasks directly on your Deta Space database and personal cloud drive without manual intervention.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Deta Space (Serverless Personal Cloud API) MCP to Windsurf
Create your Vinkius account to connect Deta Space (Serverless Personal Cloud API) to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Cascade runs multi-step queries on this MCP Server
This MCP Server exposes `base_query_items` to let Windsurf locate records in your personal cloud database. Cascade grabs the search results, runs its logic, and applies modifications immediately using `base_update_item` or `base_put_items` without waiting for your permission. You specify the target dataset in Cascade, and the agent handles the rest of the Deta Space sync. It uses `base_get_item` to verify the state of a single record before Cascade executes any database writes.
Direct file management in Deta Drive via Cascade
The `drive_list_files` tool lets Cascade scan your remote storage folders directly from the Windsurf editor. When you ask Windsurf to organize your assets, Cascade reads the directory, downloads what it needs via `drive_download_file`, and uploads new assets using `drive_upload_file`. If files become obsolete, Cascade cleans up the workspace by invoking `drive_delete_files`. The agent handles the entire lifecycle of your cloud files based on the code context it reads in your open Windsurf tabs.
Bulk import and key-safe database writes
The `base_insert_item` tool prevents Cascade from overwriting existing keys when storing new JSON records in your Deta Base. This safeguards your existing production records while Windsurf populates your personal cloud database with fresh test data or config variables. For larger operations, Cascade formats your dataset into a clean JSON array string and sends it through `base_put_items`. Writing multiple items in a single call reduces round-trip latency between Windsurf and Deta Space.
Set up Deta Space (Serverless Personal Cloud API) MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Deta Space (Serverless Personal Cloud API) MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Deta Space (Serverless Personal Cloud API) payment history." If connected, Cascade will call the Deta Space (Serverless Personal Cloud API) tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"deta-space-serverless-personal-cloud-api-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Deta Space. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Windsurf
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.