Back to Home
shibicr93 icon

performance-test-generation-mcp-server

Verified Safe

by shibicr93

Overview

Generates performance test plans and scripts (Gatling, JMeter) by analyzing OpenAPI specifications using an MCP server and integrating with LLMs.

Installation

Run Command
mvn exec:java -Dexec.mainClass="io.mcp.java.App"

Security Notes

The server primarily acts as a tool provider within the Model Context Protocol (MCP) framework. It does not directly execute generated code or external commands. The `GatlingTestGeneratorHandler` constructs prompts for LLM-based code generation (via the MCP client), which presents an inherent risk of LLM prompt injection if user-provided 'scenarios' data is not properly validated/sanitized by upstream components. However, the generated code is returned to the client, not executed by the server itself. The internal Java logic for scenario generation appears safe. No 'eval', hardcoded secrets, or direct external command execution were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2026-01-18

Tags

Performance TestingOpenAPIMCP ServerCode GenerationJava