By CodeGlide
Transforms API specifications and source code into production-ready MCP servers. Automates generation with security best practices and deployment configs.
Production-ready MCP server generator plugin with comprehensive security scanning, automatic Swagger generation, API documentation (2.0→3.0), vulnerability assessment, containerized workflows, and multi-language support.
CodeGlide is a specialized Claude Code agent that transforms API specifications and source code into fully functional, production-ready MCP (Model Context Protocol) servers. It automates the entire generation process while ensuring security best practices and providing comprehensive deployment configurations.
In Claude Code CLI, run:
Option A: Using Marketplace Shorthand
/plugin marketplace add CodeGlide/codeglide-agents
Option B: Using Repository URL
/plugin marketplace add https://github.com/CodeGlide/codeglide-agents
/plugin install CodeGlide-mcp-server-generator@codeglide-marketplace
Using Agent Mention:
@CodeGlide generate MCP server for ./input_directory
Using Natural Language:
Generate an MCP server from ./api-spec/
💡 Note: By default, the generator creates a Go-based MCP server unless you specify a different language.
Command:
Generate Python MCP Server for ./input_directory
Output:
input_directory-codeglide-artifacts/McpServer/python/Command:
Create a Python MCP server from swagger.json with custom authentication headers
Custom Headers:
{
"Authorization": "Bearer token",
"X-API-Key": "your-api-key"
}
Output:
The agent accepts the following parameters:
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
inputDirectory | Yes | String | - | Path to source code or API spec file |
targetLanguage | No | String | go | Target language: go, java, javascript, python, typescript |
customHeaders | No | JSON String | {} | Custom HTTP headers for API requests |
This project is licensed under the MIT License - see the LICENSE file for details.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub joshuarweaver/cascade-code-devops-misc-1 --plugin codeglide-codeglide-agentsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Persistent coding companion for Claude Code, Pi, and Oh My Pi. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Official GitHub MCP server for repository management. Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code.