Back to Home
fengf233 icon

mcp-mock-server

Verified Safe

by fengf233

Overview

Provides a mock server for the Model Context Protocol (MCP) to aid in the development and testing of MCP clients.

Installation

Run Command
./mcp_server

Security 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

Stats

Interest Score56
Security Score9
Cost ClassLow
Stars2
Forks0
Last Update2025-11-28

Tags

MCPMock ServerGoAPI SimulationDevelopment Tool