How to Use the Conductor (Netflix OSS) MCP in Cline
Cline executes your Conductor (Netflix OSS) workflows end-to-end, writing the code and managing the state for you.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Conductor (Netflix OSS) MCP to Cline
Create your Vinkius account to connect Conductor (Netflix OSS) to Cline and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
End-to-end workflow execution with Cline
Tell Cline to spin up a new process and it uses `start_workflow` to initialize the request. It handles the entire lifecycle, from triggering the execution to verifying the final output. If you need to adjust parameters on the fly, Cline uses `update_task` to push changes into the running process. It manages the state so you can focus on building features instead of babysitting the orchestration layer.
Infrastructure as code via Cline
Maintain your task definitions within your repository and sync them using `create_task_definitions`. Cline keeps your local files in sync with your remote environment by pushing updates via `update_task_definition`. You can perform bulk cleanup after a test run by calling `bulk_terminate` or `bulk_remove`. This keeps your development environment tidy without manual effort.
Proactive error resolution
When a workflow fails, Cline uses `get_workflow` and `get_task_logs` to diagnose the root cause. It doesn't just show you the error, it fixes the logic and re-runs the process using `retry_workflow`. It navigates complex dependencies by calling `get_workflow_tasks` to see where the bottleneck occurred. You get a clear report on what happened and how the agent resolved the issue.
Set up Conductor (Netflix OSS) MCP in Cline
Prerequisites
- VS Code with Cline extension installed
- Active Vinkius subscription with a valid endpoint token
- 1
Open Cline MCP settings
Click the Cline icon in the VS Code sidebar to open the Cline panel. Then click the MCP Servers icon (server stack) at the top-right corner of the panel.
- 2
Add a remote server
Click "Remote Servers" at the top, then click "Add Remote MCP". In the Name field, type
conductor-netflix-oss-mcp. In the URL field, paste your Vinkius endpoint:https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp. Get your token from cloud.vinkius.com. - 3
Enable the server
After saving, the server appears in the Cline MCP panel. Toggle the switch to enable it. The status indicator turns green when the connection is live.
- 4
Start using tools
Return to the Cline chat and ask: "Check my latest Conductor (Netflix OSS) refund status." Cline will discover the available tools and request your approval before invoking each one — giving you full control over every action.
{
"mcpServers": {
"conductor-netflix-oss-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 Conductor (Netflix OSS). 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 Conductor (Netflix OSS) MCP in Cline
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Conductor (Netflix OSS) MCP today
We host it, we monitor it, we maintain it. You just paste one token.