yakuter/ugin-mcp
If you are the rightful owner of ugin-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Ugin MCP Server is a Model Context Protocol server designed for the Ugin web framework, providing AI assistants with tools to aid developers in building web applications.
Tools
Functions exposed to the LLM to take actions
scaffold_project
Create a new Ugin project with proper structure and boilerplate code.
create_route
Generate code for new HTTP route handlers.
create_middleware
Generate custom middleware code.
create_model
Generate model structs with optional JSON/DB tags and CRUD methods.
generate_crud_handler
Generate complete CRUD handlers for a resource.
create_config
Generate configuration file templates.
get_example
Get example code for common use cases.
get_best_practices
Get best practices for various development topics.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client