MCP Zero
UnclaimedModel Context Protocol (MCP) server for go-zero framework - Generate APIs, RPC services, and models with AI assistance.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (23)
analysis_type
(optional): Type of analysis - "api", "rpc", "model", or "full" (default: "full")
api_file
(required): Path to the .api specification file
config_type
(optional): Configuration type - "dev", "test", or "prod" (default: "dev")
content
(required): Content to validate
doc_type
(optional): Documentation type - "concept", "migration", or "both" (default: "both")
endpoints
(required): Array of endpoint objects with method, path, and handler
input_type
(required): Input type - "apispec", "proto", or "config"
macOS
Edit ~/Library/Application Support/Claude/claudedesktopconfig.json:
output_dir
(optional): Output directory (default: current directory)
output_file
(optional): Output file path (default: servicename.api)
output_path
(optional): Output file path (uses defaults based on template type)
port
(optional): Port number (default: 8888)
project_dir
(required): Path to the project directory
proto_content
(required): Protobuf definition content
query
(required): Natural language query about go-zero concepts or migration
service_name
(required): Name of the API service
service_type
(required): Service type - "api" or "rpc"
source
(required): Database connection string or DDL file path
source_type
(required): Source type - "mysql", "postgresql", "mongo", or "ddl"
strict
(optional): Enable strict validation mode (default: false)
style
(optional): Code style - "gozero" or "gozero" (default: "gozero")
table
(optional): Specific table name (for database sources)
template_type
(required): Template type - "middleware", "errorhandler", "dockerfile", "dockercompose", or "kubernetes"