CodeGlide MCP Generator
ActionsRun codeglide to create MCP server for APIs. Input dir contains API source code
v1.0.10
LatestBy CodeGlide
Tags
(2)Generate MCP (Model Context Protocol) servers from your API source code using CodeGlide.
- 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
- Artifact:
generated-mcp
containing MCP server
- 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.