Northflank (Developer Cloud & Orchestration) Connector for AI agents.
10 live capabilities
Manage microservice orchestration and cloud deployments through natural conversation.
Waiting for input…
Why people use Northflank (Developer Cloud & Orchestration)
Northflank Cloud Orchestration for Faster Deployments
This Connector brings your Northflank environment into your workspace. You can ask your agent to cycle a service, list your secrets, or trigger a new build without ever leaving your current screen. You get a unified, conversational way to handle your cloud lifecycle.
What Vinkius changes
You get a conversational interface for your entire Northflank cloud infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Fixing a production memory leak
A backend dev notices a service is sluggish.
- Real-world use case 02
Verifying a hotfix deployment
A dev just merged a PR.
- Real-world use case 03
Auditing batch job health
A DevOps engineer needs to see what cron jobs are running.
Complete set · 10capabilities
The complete Northflank (Developer Cloud & Orchestration) capability set.
These are the exact actions your AI can choose when you ask it to work with Northflank (Developer Cloud & Orchestration).
01—04
4 capabilities in this set.
Part of 10 available through Northflank (Developer Cloud & Orchestration).
- 01 Capability
Create project
Provision a new isolated Northflank Project space. This sets up the fundamental cloud region routing for your ingress requests.
- 02 Capability
List services
List all explicit application and microservice instances inside a Project. It delineates distinct IDs for both Dockerized and native builds.
- 03 Capability
Restart service
Gracefully cycle container replicas for a specific Service. This helps recycle transient RAM accumulation and restore standard execution timings.
- 04 Capability
Trigger build
Command Northflank builders to compile and deploy your latest code. Use this to force-refresh production assets or verify recent merges.
05—07
3 capabilities in this set.
Part of 10 available through Northflank (Developer Cloud & Orchestration).
- 05 Capability
Delete project
Permanently tear down a Project and all cascading microservices. This action severs traffic routing and kills all active cron jobs.
- 06 Capability
List secrets
List Secret Group dictionaries that inject into your environments. This lets you verify environment variable mappings across VPC boundaries.
- 07 Capability
Get project
Examine deeper regional metadata for a specific Northflank Project. It helps you correlate the global resource restrictions backing your pipelines.
08—10
3 capabilities in this set.
Part of 10 available through Northflank (Developer Cloud & Orchestration).
- 08 Capability
Get service
Retrieve the exact structural anatomy of a single Service. This is useful for assessing horizontal scaling needs and verifying SSL associations.
- 09 Capability
List jobs
Enumerate all Batch and Cron Jobs within a Project. You can use this to monitor periodically executing processes like heavy DB aggregations.
- 10 Capability
List projects
List all top-level organizational Projects in your Northflank account. This fetches the mandatory Project IDs you need for management.
Set up in minutes
One URL. Then ask Northflank (Developer Cloud & Orchestration) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Northflank (Developer Cloud & Orchestration) 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_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Northflank (Developer Cloud & Orchestration) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration) URL.
- Step 03
Save and start
Save the connection and enable Northflank (Developer Cloud & Orchestration) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"northflank-developer-cloud-orchestration": {
"url": "https://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration)
Open Agent mode in chat and ask: "Using Northflank (Developer Cloud & Orchestration), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"northflank-developer-cloud-orchestration": {
"url": "https://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration)
Ask Copilot: "Using Northflank (Developer Cloud & Orchestration), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"northflank-developer-cloud-orchestration": {
"url": "https://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration)
Open Cascade and ask: "Using Northflank (Developer Cloud & Orchestration), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"northflank-developer-cloud-orchestration": {
"url": "https://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration)
Ask Cline: "Using Northflank (Developer Cloud & Orchestration), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add northflank-developer-cloud-orchestration --transport http "https://edge.vinkius.com/vk_preview_geMoJ5G8AXHTcf6ry4BH4pzpuf69uz3m4ZSGhSdn/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 Northflank (Developer Cloud & Orchestration)
Ask Claude: "Using Northflank (Developer Cloud & Orchestration), show me...". 10 tools are ready
Where the request belongs
Work Northflank can move forward.
This is for the DevOps engineer who's tired of clicking through dashboards at 2am, the backend dev who needs to check resource limits without leaving the terminal, and the platform team managing multi-environment secret vaults.
DevOps Engineer
Monitoring microservice health and triggering production deployments via chat.
Backend Developer
Verifying service resource allocations and auditing background jobs from the workspace.
Platform Team Member
Managing organizational project spaces and verifying secret vault mappings across environments.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsFlystack
Manage cloud infrastructure. audit deployments, clusters, and metrics via AI.
Cloudify
Orchestrate cloud infrastructure via Cloudify. manage blueprints, deployments, and monitor workflow executions directly from any AI agent.
Fly.io
Manage edge infrastructure via Fly.io. monitor apps and machines, scale compute horizontally, handle persistent volumes, and run remote commands directly from any AI agent.
Railway
Manage cloud deployments via Railway. list projects, inspect services, track deployments and manage variables and volumes from any AI agent.
Render
Automate your PaaS infrastructure via Render. list your services, deploy code, check logs, and scale resources directly from any AI agent.
Harness
Automate CI/CD and DevOps workflows via Harness. manage pipelines, executions, and secrets directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Northflank 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 Northflank.
The practical details behind the request, access and result.
Can I use Northflank MCP to manage my microservices?
Yes, you can manage your microservice instances, check their resource limits, and handle deployments directly through your AI agent.
How do I see my secret groups with Northflank MCP?
You can ask your agent to list secret group dictionaries. This helps you verify your environment variable mappings across different VPC boundaries.
Can I restart a container using Northflank MCP?
Yes, you can use the agent to gracefully cycle container replicas. This is a quick way to clear out transient memory issues and restore standard execution timings.
Does Northflank MCP support triggering builds?
Yes, it can signal Northflank to pull your latest code and start a new build cycle. This is great for forcing a refresh on production assets.
Can I use Northflank MCP to provision new projects?
Yes, you can use the agent to create new isolated project spaces or permanently tear down existing ones, helping you manage your cloud lifecycle.
Is Northflank MCP good for auditing background jobs?
Yes, it allows you to enumerate all Batch and Cron jobs within a project. You can easily monitor periodically executing processes like heavy database aggregations.
Can I restart my application containers through the agent without a full rebuild?
Yes. Use the restart_service capability by providing your Project ID and Service ID. Your agent will signal Northflank to gracefully cycle the container replicas, effectively refreshing the running environment while maintaining your current code version.
How do I trigger a fresh build and deployment from my GitHub repository?
The trigger_build capability hooks into your linked VCS. Your agent will command Northflank to fetch the latest commits from your repository and start an automated build and release cycle, promoting the new image to production immediately.
Can my agent check the status of my periodic cron-jobs?
Absolutely. Use the list_jobs capability to identify all isolated background processes within a project. Your agent will report the current execution statuses and schedule parameters for both ad-hoc batch tasks and recurring cron-jobs.
One connection away
Give your agent a direct line to Northflank.
Connect Northflank once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available