mcp-hatchery
Verified Safeby joe-watkins
Overview
Scaffolds Model Context Protocol (MCP) servers in JavaScript or Python, offering local and cloud deployment options for AI assistant integration.
Installation
npx mcp-hatchery create my-serverSecurity Notes
The CLI tool itself primarily performs file system operations (creating directories and writing template files) based on user prompts. There are no indications of 'eval' usage, obfuscation, or hardcoded secrets within the provided source code for the scaffolding logic. The generated MCP servers (both JavaScript and Python) call tool handlers directly without dynamic code execution from external input, relying on predefined tool logic. The security of the *generated* server's custom tools will depend on the developer's implementation, but the scaffolding framework provides a secure base. Network risks are inherent to any server exposing an API, but the templates use standard web frameworks and include CORS headers where appropriate.
Similar Servers
frontmcp
The CodeCall plugin provides AgentScript-based meta-tools for orchestrating MCP tools, enabling programmatic discovery, description, execution, and invocation of server capabilities within a sandboxed JavaScript environment.
mcp-kit
A CLI tool for scaffolding new Model Context Protocol (MCP) applications, including MCP Servers and Clients.
boilerplate-mcp-server
Provides a production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript to connect AI assistants with external APIs and data sources, exemplified by an IP geolocation tool.
template-mcp-server
Provides a CLI tool and template to quickly get started building a Model Context Protocol (MCP) server using FastMCP, supporting both stdio and HTTP transports.