Server Management
Monitor, configure, and control every MCP server you deploy — from a fleet-wide overview to individual server tabs.
Infrastructure overview
The Servers page opens with a 4×2 metrics grid showing real-time performance across your entire fleet:
| Metric | Description |
|---|---|
| Requests 24h | Total MCP tool calls across all servers in the last 24 hours |
| P95 Latency | 95th percentile response time in milliseconds |
| Error Rate | Percentage of 4xx/5xx responses (green at 0%, amber at moderate, red above 5%) |
| Avg Response | Average response time across all tools |
| Slowest Tool | Tool with the highest average response time |
| Busiest Tool | Tool with the most calls in the period |
| Active Clients | Currently connected SSE clients across all servers |
| Last Activity | Timestamp of the most recent request |
Server list
Below the stats grid, every deployed server appears as a clickable row. Each row displays:
Server badges
| Badge | Meaning |
|---|---|
| ONLINE / OFFLINE | Server status with green/gray dot indicator |
| N tools | Total number of MCP tools registered |
| DLP | Data Loss Prevention is active on this server |
| FinOps | FinOps Guard is active on this server |
| LISTED | Server is published on the Marketplace |
Click any server row to open the server detail view.
Server detail tabs
Each server has five management tabs:
Frequently Asked Questions
How many MCP servers can I manage on Vinkius Cloud?
There is no hard limit on the number of MCP servers per account. Free plans allow up to 3 servers; paid plans scale to 10, 25, or unlimited servers depending on tier. Each server runs independently in its own V8 Isolate with separate metrics, tokens, and configuration.
What metrics are available in the fleet overview?
The fleet overview shows eight real-time metrics: Requests 24h (total tool calls), P95 Latency (milliseconds), Error Rate (percentage of 4xx/5xx), Avg Response (average latency), Slowest Tool (bottleneck identification), Busiest Tool (most-called tool), Active Clients (connected SSE sessions), and Last Activity (time since the most recent request).
Can I disable a server without deleting it?
Yes. Click the ONLINE/OFFLINE badge on any server to toggle its status. When disabled, the server stops accepting MCP requests and existing SSE connections are terminated, but all tokens, tools, configuration, and deployment history are preserved. Re-enable it at any time with a single click.
How do per-server settings work with global defaults?
Vinkius Cloud follows a global-to-per-server inheritance chain. Configure DLP patterns, FinOps Guard limits, and tool exposition once in Settings — every server inherits those defaults automatically. Then selectively override on individual servers when needed, without affecting the fleet-wide configuration.
Does Vinkius Cloud support multiple deployment methods?
Yes. You can deploy MCP servers via three methods: OpenAPI Import (paste a Swagger/OpenAPI URL), Manual API (define endpoints by hand for internal APIs without published specs), and Vurb.ts Framework (write structured MCP tools in TypeScript and deploy to the edge). All three methods produce servers that work identically with AI clients.
What AI clients are supported?
Any client that implements the MCP protocol. Built-in Quick Connect configuration is provided for Claude Desktop, Cursor, VS Code with Copilot, Windsurf, ChatGPT, Cline, Continue, Zed, and Antigravity. Paste the SSE URL and you are connected.