zero-mcp
Verified Safeby SNIKO
Overview
Building lightweight HTTP Model Context Protocol (MCP) servers for AI tool integration.
Installation
npm run exampleSecurity Notes
The server implements robust input validation using Zod for JSON-RPC requests and tool arguments. CORS is handled, but the default `*` allowed origins needs to be explicitly restricted by the user for production deployments. No 'eval', obfuscation, or hardcoded secrets were found.
Similar Servers
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
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.
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-typescript-starter
A feature-complete Model Context Protocol (MCP) server template in TypeScript demonstrating all major MCP features for AI assistant interaction.