How to Use the ncScale MCP in VS Code Copilot
Standardize no-code observability across your engineering team in VS Code Copilot.
Works with every AI agent you already use
…and any MCP-compatible client
Connect ncScale MCP to VS Code Copilot
Create your Vinkius account to connect ncScale to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Monitor Workspaces via MCP Server
The ncScale MCP server connects your VS Code environment to your no-code stack, exposing `get_workspace_info` to pull your current setup. Your AI client reads this to understand your architecture before suggesting fixes. It keeps your team on the same page. You also get `list_users` to see exactly who has access to the workspace. When a junior dev breaks a Bubble workflow, you know who pushed the change. You just check the logs and move on.
Debug Nodes and Logs
The extension provides `list_logs` so Copilot can fetch monitoring logs directly into your chat panel. You stop hunting through web dashboards and start reading terminal-style output. Here's the thing: context switching kills momentum. If a specific component acts up, your agent runs `get_node` to grab its exact details. You pair this with `list_nodes` to map out the entire execution path. It makes debugging a fragmented stack manageable.
Triage Alerts in VS Code
Run `list_alerts` to pull active system warnings straight into your editor. Copilot reviews the active issues and highlights the ones affecting your current project. You handle the critical failures first. For deeper context, use `get_alert` to read the full payload or `list_tickets` to check the status of ongoing incidents. You can even pull `list_dashboards` to verify the fix worked. You stay entirely within your IDE.
Set up ncScale MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the ncScale MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the ncScale tools listed. Try asking: "List my recent ncScale transactions" and Copilot will invoke them automatically.
{
"mcpServers": {
"ncscale-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 ncScale. 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 ncScale MCP in VS Code Copilot
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the ncScale MCP today
We host it, we monitor it, we maintain it. You just paste one token.