mcp-zero
Verified Safeby zeromicro
Overview
A Model Context Protocol (MCP) tool that helps developers quickly scaffold, generate, analyze, and manage go-zero microservice projects using natural language.
Installation
/path/to/your/mcp-zeroEnvironment Variables
- GOCTL_PATH
Security Notes
The project includes explicit security considerations and documentation (SECURITY_AUDIT.md, SECURITY_VERIFICATION.md). It implements input validation, path traversal protection, command injection prevention, and secure credential handling (no logging/persistence, memory clearing). External commands use `exec.Command` which safely escapes arguments. Generated code security is validated structurally. One medium-priority recommendation is for enhanced memory clearing to overwrite sensitive data before clearing.
Similar Servers
spec-workflow-mcp
A Model Context Protocol (MCP) server for structured specification-driven development, providing a real-time web dashboard and a VSCode extension for managing development workflows.
Unla
Transforms existing MCP Servers and traditional APIs into MCP-compliant endpoints via configuration, acting as a lightweight, high-availability gateway service for AI/LLM integration.
mcp-k8s-go
An MCP server enabling AI assistants and users to interact with and manage Kubernetes clusters by listing, getting, applying, and executing commands on Kubernetes resources.
mcp-kit
A CLI tool for scaffolding Model Context Protocol (MCP) server and client applications with configurable features.