Confidential guide on numerology and astrology, based of GG33 Public information

GitHub-Actions-MCP-Merver
Servidor de protocolo de contexto del modelo GitHub Acciones
3 years
Works with Finder
1
Github Watches
8
Github Forks
19
Github Stars
GitHub Actions MCP Server
MCP Server for the GitHub Actions API, enabling AI assistants to manage and operate GitHub Actions workflows.
Features
- Complete Workflow Management: List, view, trigger, cancel, and rerun workflows
- Workflow Run Analysis: Get detailed information about workflow runs and their jobs
- Comprehensive Error Handling: Clear error messages with enhanced details
- Flexible Type Validation: Robust type checking with graceful handling of API variations
- Security-Focused Design: Timeout handling, rate limiting, and strict URL validation
Tools
-
list_workflows
- List workflows in a GitHub repository
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
page
(optional number): Page number for pagination -
perPage
(optional number): Results per page (max 100)
-
- Returns: List of workflows in the repository
-
get_workflow
- Get details of a specific workflow
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
workflowId
(string or number): The ID of the workflow or filename
-
- Returns: Detailed information about the workflow
-
get_workflow_usage
- Get usage statistics of a workflow
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
workflowId
(string or number): The ID of the workflow or filename
-
- Returns: Usage statistics including billable minutes
-
list_workflow_runs
- List all workflow runs for a repository or a specific workflow
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
workflowId
(optional string or number): The ID of the workflow or filename -
actor
(optional string): Filter by user who triggered the workflow -
branch
(optional string): Filter by branch -
event
(optional string): Filter by event type -
status
(optional string): Filter by status -
created
(optional string): Filter by creation date (YYYY-MM-DD) -
excludePullRequests
(optional boolean): Exclude PR-triggered runs -
checkSuiteId
(optional number): Filter by check suite ID -
page
(optional number): Page number for pagination -
perPage
(optional number): Results per page (max 100)
-
- Returns: List of workflow runs matching the criteria
-
get_workflow_run
- Get details of a specific workflow run
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
runId
(number): The ID of the workflow run
-
- Returns: Detailed information about the specific workflow run
-
get_workflow_run_jobs
- Get jobs for a specific workflow run
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
runId
(number): The ID of the workflow run -
filter
(optional string): Filter jobs by completion status ('latest', 'all') -
page
(optional number): Page number for pagination -
perPage
(optional number): Results per page (max 100)
-
- Returns: List of jobs in the workflow run
-
trigger_workflow
- Trigger a workflow run
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
workflowId
(string or number): The ID of the workflow or filename -
ref
(string): The reference to run the workflow on (branch, tag, or SHA) -
inputs
(optional object): Input parameters for the workflow
-
- Returns: Information about the triggered workflow run
-
cancel_workflow_run
- Cancel a workflow run
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
runId
(number): The ID of the workflow run
-
- Returns: Status of the cancellation operation
-
rerun_workflow
- Re-run a workflow run
- Inputs:
-
owner
(string): Repository owner (username or organization) -
repo
(string): Repository name -
runId
(number): The ID of the workflow run
-
- Returns: Status of the re-run operation
Usage with Claude Desktop
First, make sure you have built the project (see Build section below). Then, add the following to your claude_desktop_config.json
:
{
"mcpServers": {
"github-actions": {
"command": "node",
"args": [
"<path-to-mcp-server>/dist/index.js"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Build
Clone the repository and build:
git clone https://github.com/ko1ynnky/github-actions-mcp-server.git
cd github-actions-mcp-server
npm install
npm run build
This will create the necessary files in the dist
directory that you'll need to run the MCP server.
Usage Examples
List workflows in a repository:
const result = await listWorkflows({
owner: "your-username",
repo: "your-repository"
});
Trigger a workflow:
const result = await triggerWorkflow({
owner: "your-username",
repo: "your-repository",
workflowId: "ci.yml",
ref: "main",
inputs: {
environment: "production"
}
});
Troubleshooting
Common Issues
-
Authentication Errors:
- Ensure your GitHub token has the correct permissions
- Check that the token is correctly set as an environment variable
-
Rate Limiting:
- The server implements rate limiting to avoid hitting GitHub API limits
- If you encounter rate limit errors, reduce the frequency of requests
-
Type Validation Errors:
- GitHub API responses might sometimes differ from expected schemas
- The server implements flexible validation to handle most variations
- If you encounter persistent errors, please open an issue
License
This MCP server is licensed under the MIT License.
相关推荐
Converts Figma frames into front-end code for various mobile frameworks.
Advanced software engineer GPT that excels through nailing the basics.
Take an adjectivised noun, and create images making it progressively more adjective!
Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease
I find academic articles and books for research and literature reviews.
Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.
Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx
Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.
Un poderoso complemento Neovim para administrar servidores MCP (protocolo de contexto del modelo)
Puente entre los servidores Ollama y MCP, lo que permite a LLM locales utilizar herramientas de protocolo de contexto del modelo
🧑🚀 全世界最好的 llM 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Resumen de los mejores recursos del mundo.
La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.
Servidores MCP impresionantes: una lista curada de servidores de protocolo de contexto del modelo
Reviews

user_yDSRiJAm
As a dedicated user of the github-actions-mcp-server by ko1ynnky, I can confidently say it's a game-changer for automating workflows with GitHub Actions. It integrates seamlessly and is incredibly easy to set up, making task automation a breeze. For those looking to streamline their CI/CD pipelines, this tool is indispensable. Highly recommended! Check it out here: https://github.com/ko1ynnky/github-actions-mcp-server.