Skip to content

CodeGlide MCP Generator

Actions
Run codeglide to create MCP server for APIs. Input dir contains API source code
v1.0.10
Latest
Star (72)

CodeGlide GitHub Action

Generate MCP (Model Context Protocol) servers from your API source code using CodeGlide.

Usage

- name: CodeGlide MCP Generator
  uses: CodeGlide/[email protected]
  with:
    input_directory: ${{ inputs.input_directory }}
    custom_headers: ${{ inputs.custom_headers }}
    create_pr: ${{ inputs.create_pr }}
    create_branch_and_commit: ${{ inputs.create_branch_and_commit }}

Sample Workflow: docs/workflow.yml

Sample CI Workflow: docs/CI-workflow.yml

Marketplace Listing: https://github.com/marketplace/actions/codeglide-mcp-generator

Output

  • Artifact: generated-mcp containing MCP server

Features

  • Generates Swagger specifications from source code
  • Creates MCP servers in seconds
  • Flexible input directory (defaults to root)
  • Output artifact upload

CodeGlide MCP Generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Run codeglide to create MCP server for APIs. Input dir contains API source code
v1.0.10
Latest

CodeGlide MCP Generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.