rocketship
Verified Safeby rocketship-ai
Overview
This MCP server acts as a knowledgeable assistant for AI coding agents, providing guidance, examples, and introspection data for writing Rocketship tests, rather than directly generating test files.
Installation
npx -y @rocketshipai/mcp-server@latestSecurity Notes
The server itself, at runtime, primarily serves pre-computed, embedded knowledge. It does not perform dynamic code execution (e.g., 'eval' or arbitrary 'exec') based on client input. Tool arguments are validated against Zod schemas. A build-time script (`scripts/cli-introspection.js`) uses `execSync` to build and introspect the `rocketship` CLI. This is a controlled activity within the build pipeline, assuming a trusted build environment and CLI binary, and does not pose a runtime vulnerability to client requests.
Similar Servers
chrome-devtools-mcp
Enables AI coding agents to control and inspect a live Chrome browser for reliable automation, in-depth debugging, and performance analysis via the Model-Context-Protocol (MCP).
inspector
Inspect, debug, and interact with Model Context Protocol (MCP) servers, including OAuth authentication flows, resource management, and tool execution.
flowlens-mcp-server
Provides rich browser context (user actions, network, console, storage, DOM, screen recording) to coding agents for in-depth debugging and automated regression testing of web applications.
VibeShift
VibeShift is an intelligent security agent that integrates with AI coding assistants to analyze AI-generated code for vulnerabilities, suggest remediations, and facilitate web test recording, crawling, and execution.