# Semaphore CI MCP Node

> Access Semaphore CI MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/semaphorecimcp-node

## Content

## Description
Access Semaphore CI MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `semaphorecimcp_artifact_job_logs`
* `semaphorecimcp_artifacts_list`
* `semaphorecimcp_artifacts_signed_url`
* `semaphorecimcp_docs_search`
* `semaphorecimcp_get_test_results`
* `semaphorecimcp_jobs_describe`
* `semaphorecimcp_jobs_logs`
* `semaphorecimcp_organizations_list`
* `semaphorecimcp_pipeline_jobs`
* `semaphorecimcp_pipelines_list`
* `semaphorecimcp_projects_list`
* `semaphorecimcp_projects_search`
* `semaphorecimcp_tasks_describe`
* `semaphorecimcp_tasks_list`
* `semaphorecimcp_tasks_run`
* `semaphorecimcp_workflows_rerun`
* `semaphorecimcp_workflows_run`
* `semaphorecimcp_workflows_search`

## Use Cases
1. **Automate Semaphore CI MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.