mcp-mock-server
Verified Safeby fengf233
Overview
Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.
Installation
./mcp_serverSecurity Notes
The server uses string replacement (`strings.ReplaceAll`) for template processing, which is generally safer than dynamic code execution. No hardcoded secrets or obvious malicious patterns were found. The server binds to `0.0.0.0`, which is common for development but implies network accessibility. Potential client-side XSS could occur if mock templates containing malicious scripts are rendered by an unsanitized client, but this is a client-side vulnerability and the server's templates are controlled by the developer.
Similar Servers
Unla
A lightweight and highly available gateway service that converts existing MCP Servers and APIs into services compliant with the MCP Protocol through configuration.
k8s-mcp-server
Provides a standardized interface (MCP) for interacting with Kubernetes clusters and managing Helm releases.
mcp-server-dump
Extracts and documents MCP (Model Context Protocol) server capabilities, tools, resources, and prompts in various formats.
toolhive-registry-server
The ToolHive Registry Server acts as a central metadata hub for enterprises to curate, discover, and govern Model Context Protocol (MCP) servers, providing a unified catalog from various sources with built-in security and auditability.