codeglide/CodeGlide MCP Generator

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

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Oct 7, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: codeglide/codeglide-mcpgen@782eb58c114efdc7a988ed704209fca66fdf6956 # v1.0.10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
input_directoryInput directory containing API source code (relative to workspace). Defaults to project root.no.
create_prCreate PR with generated code. Falls back to branch/commit or artifact upload if no push permissions.nofalse
create_branch_and_commitCreate branch and commit with generated code. Falls back to artifact upload if no push permissions.nofalse
custom_headersCustom headers to include in all API requests (JSON format, e.g., {"Authorization": "Bearer token", "X-API-Key": "key"})no{}
check_api_changesEnable API change detectionnotrue
changed_filesList of changed files (newline-separated) to check for API changesno""

no outputs