How to Use the Codefresh MCP in Windsurf
Trigger Codefresh builds and debug failing pipelines directly from your Windsurf Cascade chat.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Codefresh MCP to Windsurf
Create your Vinkius account to connect Codefresh 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.
Automate Build Debugging in Windsurf
Cascade uses `get_build_execution_details` and `list_codefresh_builds` to spot failing steps in your CI pipeline without your intervention. When a build breaks, the agent pulls the exact execution logs, identifies the failing commit, and locates the broken file in your current Windsurf workspace. You don't need to copy-paste stack traces from a browser tab anymore. Cascade reads the pipeline error, writes a fix in your local editor, and uses `trigger_codefresh_build` to test the correction immediately.
Inspect Pipeline Configurations and Contexts
This MCP Server exposes `get_pipeline_configuration` and `list_shared_contexts` to let Cascade inspect how your builds are wired. The agent analyzes your environment variables, secrets, and pipeline steps to find configuration drift between your local setup and the remote runner. Instead of manually hunting down missing environment variables, Windsurf compares your local `.env` files against your Codefresh shared contexts. Cascade then updates your local configuration to match what runs in production.
Monitor Kubernetes Clusters via Windsurf
This MCP integration lets Windsurf query your connected GitOps and Kubernetes environments directly from the editor using `list_delivery_clusters`. Cascade maps your local deployment files to active delivery targets, verifying that your cluster is ready for the next release. If a deployment target goes offline, Cascade flags the mismatch before you push code. You get immediate feedback on your deployment targets without leaving your editor.
Set up Codefresh 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 Codefresh 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 Codefresh payment history." If connected, Cascade will call the Codefresh tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"codefresh-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 Codefresh. 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 Codefresh MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Codefresh MCP today
We host it, we monitor it, we maintain it. You just paste one token.