VinkiusBETA
VINKIUS
Any API → MCP server in 30s
Blog PRODUCT LAUNCH

Your MCP Servers, Live in the Sidebar

Cursor, Windsurf, and Antigravity turned coding into a conversation with AI. Now your MCP servers live right there too — dashboards, tokens, logs, and deployments in the same place you write code.

Renato Marinho
Renato MarinhoFounder, Vinkius
March 15, 2026·7 min read

2026 is the year AI agents stopped being assistants and started being collaborators. Cursor's agent mode plans multi-file refactors autonomously. Windsurf's Cascade rewrites entire features from a single prompt. Google's Antigravity orchestrates agents across the editor, terminal, and browser at the same time. The IDE wars are on — and MCP is the protocol powering all of them.

But here's the thing nobody talks about: every one of these tools lets you connect to MCP servers. None of them let you manage them.

Today we're shipping the Vinkius Cloud Extension — a free extension that brings full MCP server management into the IDEs developers actually use: Cursor, Windsurf, Antigravity, and VS Code. Deploy, monitor, gate, and debug production servers without ever opening a browser.

The IDE revolution has a blind spot

Cursor went from zero to the most hyped dev tool in the industry in under two years. Windsurf won LogRocket's AI dev tool power rankings and got acquired by Google. Antigravity launched in public preview and instantly became the talk of every dev community. These aren't niche experiments anymore — they're where millions of developers write code every day.

And all of them have MCP support baked in. Cursor's agent mode auto-discovers MCP servers. Windsurf's Cascade uses them for context-aware workflows. Antigravity's agent-first design treats MCP as a first-class plugin system.

But what none of them can tell you: Is your MCP server actually handling requests right now? What's the P95 latency? How many tokens did it burn today? Did DLP catch anything? Which clients are connected? Can you revoke a token without redeploying?

Up until now, the answer was always the same: leave your IDE, open a browser, find some dashboard, poke around, lose your flow, tab back, and hope you remember what you were doing.

If you're living in Cursor or Windsurf because of the flow state, breaking out to a browser tab defeats the whole point.

How it works

Install the Vinkius extension and a new panel shows up in the Activity Bar — in Cursor, in Windsurf, in Antigravity, in VS Code, in any editor that runs on the VS Code engine. Every MCP server on your Vinkius Cloud account is listed there with live status, active connections, and tool count. Click any server and its full dashboard opens right in your editor as a tab.

Overview: the numbers that matter

Active connections, total requests, P95 latency, error rate, uptime, DLP intercepts, and token cost — all visible at a glance. A live feed of incoming requests streams in real time. No refresh button, no polling. Your MCP server's heartbeat, right next to your code.

Token management

Create and revoke API tokens without leaving your editor. Name them, set expiry dates, check when they were last used. Stop sharing static secrets over Slack — spin up a scoped token, hand it off, move on.

Tool gating

See every tool your server exposes. Flip individual tools on or off on the fly — no code changes, no redeployment needed. If Cursor's agent starts going rogue with a tool at 2 AM, shut it down from your phone or right from the extension.

Request logs

Full request history at your fingertips: method, status code, duration, which client made the call, and whether DLP flagged anything. Debug production issues right next to the code that caused them.

Deployment history

Every deploy you've ever made — commit hash, bundle size, timestamp — with a clear marker showing which build is live right now. Need to roll back? You can see exactly what changed.

Deploy to production in one command

Using Vurb.ts or any supported MCP framework? Deploying to Vinkius Cloud is one command:

vurb deploy

That's it. The CLI packages your server, deploys it to Vinkius Cloud's global edge, and hands you back a connection token. Every deployment gets eight layers of security out of the box: DLP redaction, V8 sandbox isolation, HMAC authentication, rate limiting, SSRF protection, credential vault, kill switch, and full audit trail.

No Dockerfile. No CI/CD pipeline. No Kubernetes manifests. Share the connection token with any MCP client — Cursor, Claude Desktop, Copilot, Windsurf, Cline, ChatGPT — and they connect instantly. Then open the Vinkius panel in your IDE and watch the requests roll in.

MCP needs its own gateway — not a REST retrofit

Gartner predicts AI tools powered by LLMs will drive over 30% of the increase in API demand by 2026. With Cursor, Windsurf, and Antigravity all pushing agentic workflows that rely on MCP, that prediction looks conservative. Every AI agent call that hits an MCP server is API traffic that needs governance, monitoring, and security.

Traditional API gateways like Kong or AWS API Gateway were built for REST. Jamming MCP — a stateful, bidirectional protocol with tool discovery, session management, and streaming — through a REST gateway is like running a WebSocket through an HTTP proxy. It technically works. It's miserable.

Vinkius Cloud is an AI Gateway Runtime built from the ground up for MCP. Every server runs in its own sealed V8 isolate — the same sandboxing tech behind Cloudflare Workers — with DLP, tool gating, and cost controls baked right into the runtime. Deploy once. Cursor, Claude, Copilot, Windsurf, Cline, ChatGPT, and Antigravity all connect to the same server.

The extension is the management layer for that runtime. Think of it as your MCP gateway console — but inside the IDE where you're already in the zone.

Available on every major AI IDE

The extension works in any editor built on the VS Code engine — which, in 2026, means pretty much every AI IDE that matters:

Cursor — The AI-first editor that mainstreamed vibe coding. Install Vinkius from Cursor's extension panel or from Open VSX.

Windsurf — Codeium's agentic IDE, now part of Google. Full MCP integration plus Vinkius management. Install from Open VSX.

Google Antigravity — The agent-first IDE powered by Gemini 3. Compatible out of the box.

VS Code — The original. Install from the VS Code Marketplace.

Source codevinkius-labs/cloud-extension on GitHub. MIT licensed, open source.

Getting started

1. Install — Search "Vinkius" in your IDE's extension panel. Cursor and Windsurf users: grab it from Open VSX. VS Code users: the Marketplace.

2. Sign in — Click the Vinkius icon in the Activity Bar and authenticate. Your browser opens once for approval.

3. Open a server — Your servers show up in the sidebar immediately. Click any one to open its dashboard.

Don't have a Vinkius account? Get started free at cloud.vinkius.com.

What comes next

This is the first release. We're already working on inline tool testing, live cost alerts, multi-server comparison views, and one-click rollback. The extension is open source — contributions, issues, and feature requests are all welcome.

MCP servers are real production infrastructure now. Cursor, Windsurf, and Antigravity made AI coding mainstream — but nobody was giving developers a way to manage the MCP servers those agents depend on. Now you can. Install the extension, deploy a server, and run it all from where you actually spend your day — your editor.