Resources
4Install
npx skillscat add raphaelmansuy/edgequake/github-skills-mcp-builder Install via the SkillsCat registry.
SKILL.md
mcp-builder SKILL
Purpose
Automates the creation, validation, and management of Model Context Protocol (MCP) server projects. Provides standardized project scaffolding, build automation, and integration patterns for MCP-compliant services.
Features
- Project scaffolding for MCP servers (Rust, Python, TypeScript, etc.)
- Automated build and test workflows
- Validation of MCP compliance (API, schema, endpoints)
- Integration with EdgeQuake and other RAG frameworks
- Documentation and code generation utilities
Usage
- Place this SKILL in
.github/skills/mcp-builder/. - Use the provided scripts and templates to scaffold new MCP projects:
scripts/create-mcp-project.shtemplates/(starter code, config files)
- Run validation scripts to ensure MCP compliance.
- Integrate with CI/CD as needed.
Example Commands
# Scaffold a new MCP server in Rust
bash .github/skills/mcp-builder/scripts/create-mcp-project.sh --lang rust --name my-mcp-server
# Validate MCP compliance
python3 .github/skills/mcp-builder/scripts/validate_mcp.py --project my-mcp-serverDirectory Structure
SKILL.md(this file)scripts/(automation scripts)templates/(starter project templates)README.md(detailed usage)