Concord (Workflow Orchestration)

Concord (Workflow Orchestration) MCP Connector for Claude

A+

Enable your AI agent to manage CI/CD processes, inspect execution logs, and list organizations in your self-hosted Concord instance.

10 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI assistant to Concord, the open-source workflow orchestration and CI/CD platform. Your agent can manage organizations, projects, and execution processes programmatically — all triggered from natural language commands.

What you can do

  • Process Management — List, inspect, and terminate running workflow executions across your Concord projects.
  • Log Retrieval — Pull execution logs for any process instance to quickly diagnose failures or audit pipeline runs.
  • Organization & Project Scoping — Browse all organizations and projects configured in your Concord server.

How it works

  1. Add the Concord integration to your AI toolset.
  2. Provide your Concord instance URL and API Token.
  3. Manage your CI/CD workflows via conversational commands.

Who is this for?

  • DevOps Engineers — Quickly check pipeline statuses and retrieve logs during incident response without switching dashboards.
  • Platform Teams — Audit organization and project structures across your Concord deployment.
  • Release Managers — Monitor active deployments and terminate stuck processes directly from chat.
workflow-orchestrationci-cdprocess-automationlog-analysispipeline-management

10 tools expose this connector's capabilities to your AI agent.

list_projects

Retrieve a list of projects within an organization

list_repositories

Retrieve a list of repositories configured for a project

list_running_processes

Quickly list all currently running processes

start_process

Trigger a new process execution in Concord

terminate_process

Stop a running process execution

get_process

Retrieve detailed information about a specific process execution

get_process_log

Retrieve the execution logs for a specific process

get_project_details

Retrieve detailed information about a specific project

list_organizations

Retrieve a list of all organizations in Concord

list_processes

Retrieve a list of process executions in Concord

See how to talk to your AI agent using Concord (Workflow Orchestration).

Show me the last 10 finished processes in Concord.

Here are the 10 most recent completed processes: 1. deploy-staging (completed 2h ago — success) 2. db-migration-v3 (completed 5h ago — success) 3. integration-tests (completed 6h ago — failed) Would you like me to pull the logs for any of these?

List all organizations available in my Concord instance.

Your Concord instance has 3 organizations: 1. 'Engineering' (12 projects) 2. 'Data Platform' (5 projects) 3. 'QA Automation' (8 projects) Would you like to explore the projects of a specific organization?

Pull the logs for execution instance 'inst-58291'.

Retrieving logs for 'inst-58291'... Execution failed at task 'Run Integration Tests'. Error context: 'ECONNREFUSED 127.0.0.1:5432' Would you like me to fetch the complete log output?

You can create an API key via the Concord UI or by calling the `POST /api/v1/apikey` endpoint with your username and password.

Related Connectors