Back to Home
atlanssia icon

mcp-simulator

Verified Safe

by atlanssia

Overview

Simulate Model Context Protocol (MCP) servers with dynamic configuration and AI-powered mock data generation, facilitating MCP client development, API prototyping, and integration testing.

Installation

Run Command
./mcp-simulator

Environment Variables

  • OPENAI_API_KEY

Security Notes

The server uses environment variables for LLM API keys (e.g., OPENAI_API_KEY) and masks them when exposed via the `/config/llm` API endpoint. However, the default `AccessLog` middleware captures full request and response bodies for most API traffic (excluding `/sse` endpoints). This poses a significant risk of logging sensitive data (e.g., API requests, AI prompts, generated mock data) if not properly secured at the operational level. Frontend uses `JSON.parse` with error handling. No `eval` or obvious malicious patterns found in the provided code.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassHigh
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-27

Tags

MCP SimulatorGo BackendReact FrontendAI MockingVirtual Servers