GitHub Enterprise MCP Server

by containerelic
Verified

list-workflows

Retrieve and view GitHub repository workflows by specifying owner and repo details. Enables efficient management of GitHub Enterprise workflows directly through Cursor integration.

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
pageNoPage number
perPageNoItems per page
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "page": { "description": "Page number", "exclusiveMinimum": 0, "type": "integer" }, "perPage": { "description": "Items per page", "exclusiveMinimum": 0, "type": "integer" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw