select_test_mcp
Verified Safeby jadragfly
Overview
Collects, stores, and manages Web test operation reports via WebSocket and MCP protocol interfaces for local development and testing.
Installation
node web_test_mcp.cjsEnvironment Variables
- MCP_DEBUG
Security Notes
The server is designed for local use (`ws://localhost:8982`) and stores data in memory. No obvious 'eval' or hardcoded secrets were found in the provided code snippets. Potential security considerations if deployed publicly without proper access controls or if excessively large/malformed input data is not handled robustly.
Similar Servers
baseline-mcp
This MCP server provides tools and prompts for AI assistants to query and analyze baseline web features data, browser compatibility, and web standards.
mock-mcp
Facilitates AI-generated mock data for testing web applications by bridging test runners with Model Context Protocol (MCP) clients.
mcp-perf-suite
Automate JMeter-based performance testing workflows, including script generation from network traffic, test execution, monitoring, and artifact capture.
MCP-Test
Tests other Model Context Protocol (MCP) servers for connection, capabilities, and tool functionality.