ncScale Connector for AI agents.
10 live capabilities
Monitor no-code logs and alerts from your chat interface.
Waiting for input…
Why people use ncScale
NcScale No-Code Observability for Faster Troubleshooting
With this Connector, you just ask your AI client what's wrong. It pulls the logs, checks the alerts, and tells you the status of your nodes in one go. You get the answer immediately without the manual hunt.
What Vinkius changes
You get instant visibility into your no-code infrastructure without opening a separate dashboard.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed workflow
A developer is told a Bubble workflow failed.
- Real-world use case 02
Production health check
An ops lead wants a quick status update.
- Real-world use case 03
Auditing workspace access
An admin needs to verify permissions.
Complete set · 10capabilities
The complete ncScale capability set.
These are the exact actions your AI can choose when you ask it to work with ncScale.
01—04
4 capabilities in this set.
Part of 10 available through ncScale.
- 01 Capability
List alerts
See a list of all active monitoring alerts. Use this to quickly identify which parts of your stack are currently failing.
- 02 Capability
List dashboards
View all the custom observability dashboards you've created. This helps you keep track of your high-level monitoring views.
- 03 Capability
List integrations
See which third-party capabilities like Bubble or Airtable are connected. This lets you verify that your external apps are still synced.
- 04 Capability
Get alert
Get the full details of a specific alert. This helps you understand exactly what went wrong with a triggered incident.
05—07
3 capabilities in this set.
Part of 10 available through ncScale.
- 05 Capability
Get node
Pull detailed configuration and status info for a single node. You can see the specific state of any element in your stack.
- 06 Capability
Get workspace info
Retrieve metadata about your workspace. This gives you a high-level view of your entire infrastructure setup.
- 07 Capability
List logs
Get a chronological list of recent activity and execution logs. You can use this to troubleshoot errors by seeing the exact sequence of events.
08—10
3 capabilities in this set.
Part of 10 available through ncScale.
- 08 Capability
List nodes
See every no-code element currently being monitored by the platform. This provides a complete overview of your monitored infrastructure.
- 09 Capability
List tickets
Pull a list of all active support tickets. This helps you keep track of pending issues that need your attention.
- 10 Capability
List users
See a list of all users who have access to your workspace. This makes it easy to verify permissions across your stack.
Set up in minutes
One URL. Then ask ncScale to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use ncScale from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it ncScale, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable ncScale for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the ncScale URL.
- Step 03
Save and start
Save the connection and enable ncScale in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ncscale": {
"url": "https://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using ncScale
Open Agent mode in chat and ask: "Using ncScale, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ncscale": {
"url": "https://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using ncScale
Ask Copilot: "Using ncScale, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ncscale": {
"url": "https://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using ncScale
Open Cascade and ask: "Using ncScale, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ncscale": {
"url": "https://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using ncScale
Ask Cline: "Using ncScale, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ncscale --transport http "https://edge.vinkius.com/vk_preview_iXIC4DGaGpd8eamrjSDxfv7cQJiuy1S1Qz4ATQTd/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using ncScale
Ask Claude: "Using ncScale, show me...". 10 tools are ready
Where the request belongs
Work ncScale can move forward.
This is for the no-code developer who's tired of clicking through nested menus to find a single error, the ops engineer who needs to monitor production health 24/7, and the workspace admin auditing third-party connections.
No-Code Developer
They use this to quickly check logs or node statuses without leaving their editor to find out why a workflow failed.
Operations Engineer
They use this to monitor alerts and incidents across the no-code ecosystem in real-time to ensure high availability.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsNew Relic
Monitor and query your entire stack via New Relic NerdGraph. track entities, NRQL, and alerts directly from your AI agent.
Better Stack
Monitor uptime and incidents via Better Stack. list monitors, heartbeats, and on-call schedules directly from any AI agent.
Prometheus
Monitor your infrastructure with Prometheus. run PromQL queries, analyze metrics, and manage time-series data directly from your AI agent.
Datadog
Monitor infrastructure, applications, and logs with unified observability that gives you full-stack visibility in real time.
SigNoz (Datadog Alternative)
Monitor infrastructure and manage alert rules via SigNoz. list, create, and update observability alerts directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep ncScale connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about ncScale.
The practical details behind the request, access and result.
How does ncScale help with my no-code stack?
ncScale gives you a central way to monitor your no-code infrastructure. You can check logs, alerts, and node statuses using natural language instead of clicking through multiple dashboards.
Can I see my Bubble logs using ncScale?
Yes, you can use the Connector to pull recent activity and execution logs for your entire stack, including connections to capabilities like Bubble.
How do I check for active alerts?
You can simply ask your AI client to list active alerts. It will pull all currently triggered monitoring alerts so you can see what needs attention.
Does ncScale show my workspace users?
Yes, the Connector can retrieve a list of all users who have access to your workspace, making it easier to manage permissions.
Can I use ncScale to debug my Airtable syncs?
You can use it to check the status of your Airtable integration and pull the latest logs to see exactly where a sync might be failing.
How does ncScale help with incident management?
It helps by surface active alerts and associated support tickets in one place. You can quickly see what's broken and what's already being worked on.
Can I see my custom dashboards?
Yes, you can ask your AI client to list your observability dashboards to get an overview of your custom monitoring views.
How do I find my ncScale API Key?
Log in to your ncScale account, go to your profile settings, and you will find your API Key there. Ensure you also note your Workspace ID from the URL or settings.
What no-code capabilities can I monitor with this server?
You can monitor any capability currently integrated with your ncScale workspace, such as Bubble, Airtable, Make, Zapier, and more.
Can I see active incidents?
Yes! Use the list_alerts capability to see all active monitoring alerts and list_tickets to track associated support and maintenance tasks.
One connection away
Give your agent a direct line to ncScale.
Connect ncScale once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available