How to Use the Concord (Workflow Orchestration) MCP in Windsurf
Run, track, and stop Concord workflows directly from Windsurf as Cascade chains multi-step CI/CD tasks for you.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Concord (Workflow Orchestration) MCP to Windsurf
Create your Vinkius account to connect Concord (Workflow Orchestration) to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Run and stop Concord workflows in Cascade
The Concord (Workflow Orchestration) MCP Server gives Windsurf the tools to start and stop your CI/CD tasks without leaving your editor. Cascade triggers a process with `start_process` and immediately watches its status using `get_process` to verify it runs correctly. You do not need to jump back and forth between your code and the Concord web UI. Cascade handles the entire lifecycle inside your active workspace, making decisions based on live execution states and killing bad runs instantly with `terminate_process`.
Debug failing pipeline logs inside Windsurf
This Concord (Workflow Orchestration) integration lets Cascade fetch raw logs using `get_process_log` the second a build fails. Instead of searching through web consoles, your agent scans the output, identifies the exact line that broke, and proposes a fix. Cascade uses `list_running_processes` to find active runs before pulling log details. Having this context inside Windsurf means you get instant code corrections based on real-time execution errors.
Map out Concord projects and repositories
This MCP Server exposes project structures so Windsurf can locate your code sources and configurations. Cascade queries `list_organizations` to find your group, then drills down into `list_projects` and `list_repositories` to map your entire setup. Knowing exactly where your playbooks live allows Cascade to edit the right files before triggering a run. The agent reads `get_project_details` to verify variables and paths match your current workspace files.
Set up Concord (Workflow Orchestration) MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Concord (Workflow Orchestration) MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Concord (Workflow Orchestration) payment history." If connected, Cascade will call the Concord (Workflow Orchestration) tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"concord-workflow-orchestration-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 Concord. 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 Concord (Workflow Orchestration) MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Concord (Workflow Orchestration) MCP today
We host it, we monitor it, we maintain it. You just paste one token.