Harness Connector for AI agents.
11 live capabilities
Manage CI/CD pipelines and monitor deployments through a natural conversation.
Waiting for input…
Why people use Harness
Harness for CI/CD Pipeline Management
This Connector changes that by bringing the data to you. You can ask your agent to pull the YAML for a specific pipeline or check the status of a live deployment without ever leaving your workspace. You get a unified command center where you can manage your entire software delivery lifecycle through simple conversation.
What Vinkius changes
You get a hands-free way to manage your entire CI/CD lifecycle through a chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Checking a failed build
An engineer asks why a deployment failed.
- Real-world use case 02
Starting a release
A manager needs to deploy to staging.
- Real-world use case 03
Config Auditing
A security lead wants to check for exposed secrets.
Complete set · 11capabilities
The complete Harness capability set.
These are the exact actions your AI can choose when you ask it to work with Harness.
01—04
4 capabilities in this set.
Part of 11 available through Harness.
- 01 Capability
Execute pipeline
Trigger a new execution of a pipeline. Use this to start a deployment or a build with a simple command.
- 02 Capability
List projects
Browse all projects within your configured Harness organization. It's the starting point for navigating your workspace.
- 03 Capability
List secrets
View the secrets configured in a project. Use this to ensure your environment variables are correctly set.
- 04 Capability
Get audit logs
Retrieve the platform audit logs. This is essential for monitoring changes and maintaining security standards.
05—08
4 capabilities in this set.
Part of 11 available through Harness.
- 05 Capability
Get execution status
Check the current status and specific step details of a pipeline execution. It helps you see exactly where a deployment is stuck.
- 06 Capability
Get pipeline
Fetch the full details and YAML configuration for a specific pipeline. Use this to inspect how a workflow is structured.
- 07 Capability
List connectors
See all infrastructure connectors like Git, Docker, and K8s. This helps you verify your platform's integrations.
- 08 Capability
List environments
Get a list of all environments defined within a project. It's the easiest way to see your deployment targets.
09—11
3 capabilities in this set.
Part of 11 available through Harness.
- 09 Capability
List executions
Pull a list of all executions for a specific pipeline. This is great for reviewing recent deployment history.
- 10 Capability
List pipelines
List all pipelines inside a specific project. Use this to get an overview of your project's workflows.
- 11 Capability
List services
See all microservices defined in a project. This gives you a clear map of your DevOps ecosystem.
Set up in minutes
One URL. Then ask Harness to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Harness 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_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Harness for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness URL.
- Step 03
Save and start
Save the connection and enable Harness in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"harness": {
"url": "https://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness
Open Agent mode in chat and ask: "Using Harness, help me...". 11 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"harness": {
"url": "https://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness
Ask Copilot: "Using Harness, help me...". 11 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"harness": {
"url": "https://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness
Open Cascade and ask: "Using Harness, help me...". 11 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"harness": {
"url": "https://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness
Ask Cline: "Using Harness, help me...". 11 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add harness --transport http "https://edge.vinkius.com/vk_preview_FKVrjuS3OzI8VzOXfjNk3FkTG4tKnGJtdNAAcY8J/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 Harness
Ask Claude: "Using Harness, show me...". 11 tools are ready
Where the request belongs
Work Harness can move forward.
The DevOps engineer who's tired of clicking through complex dashboards at 2am to find out why a build failed. It's for the SRE who needs to audit logs fast and the release manager who has to oversee dozens of projects at once.
DevOps Engineer
Triggers deployments and checks build statuses without leaving the IDE.
SRE
Audits logs and monitors execution failures to keep the platform stable.
Release Manager
Oversees multiple projects and automates delivery oversight across the organization.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsSemaphore
Automate CI/CD workflows, manage pipelines, and monitor build jobs directly from your AI agent.
Codefresh
Manage CI/CD and GitOps via Codefresh. track pipelines, trigger builds, and monitor delivery clusters directly from any AI agent.
Travis CI
Manage CI/CD pipelines, trigger custom builds, and oversee repository testing health securely via your AI agent.
Woodpecker CI
Manage your Woodpecker CI instance. control pipelines, monitor agents, and configure repositories directly from your AI agent.
Buildkite
Automate CI/CD pipelines via Buildkite. manage builds, agents, and deployments directly from any AI agent.
CircleCI
Manage CI/CD pipelines and workflows via CircleCI. track jobs, trigger pipelines, and monitor build status directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Harness 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 Harness.
The practical details behind the request, access and result.
Can the Harness MCP trigger deployments?
Yes, you can use it to start any pipeline execution just by asking your agent. It handles the request for you so you don't have to log into the web console.
How do I check if my secrets are set up correctly?
You can ask your agent to list the secrets for a specific project. It will pull the list from Harness and show you what's configured.
Can I use the Harness MCP to see my audit logs?
Yes, it can retrieve platform audit logs. This is great for tracking changes to your infrastructure or investigating recent security events.
Does the Harness MCP work with my YAML files?
You can use it to get the full YAML configuration for any specific pipeline. This makes it easy to inspect your workflow structure directly in your chat.
Is the Harness MCP good for SREs?
It's perfect for SREs who need to monitor execution failures and check environment configurations quickly. It saves time by pulling that data into a single view.
Can I see my microservices with this Connector?
Yes, it can list the services defined in your projects. It helps you get a clear map of your entire DevOps ecosystem without manual searching.
How do I find my Harness API Key?
Log in to Harness, go to My Profile (bottom left), and select API Keys. You can generate either a Personal API Key or use a Service Account Token from there.
Where can I find my Account ID and Org ID?
The Account ID is visible in your browser's URL when logged in (e.g., account/XYZ123). The Organization ID is typically found in the project settings or sidebar (default is often 'default').
Can I trigger a pipeline execution via this integration?
Yes! Use the execute_pipeline capability by providing the project ID and pipeline ID. Harness will initiate the workflow immediately.
Is the integration secure for managing secrets?
Absolutely. The integration only lists the metadata of your secrets (like names and identifiers) through your API key. Your credentials are encrypted and stored securely in the Vinkius Cloud.
One connection away
Give your agent a direct line to Harness.
Connect Harness once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available