ship-mcp-server
Verified Safeby vibeatlas
Overview
Provides AI coding reliability scores and feedback mechanisms for AI coding assistants like Claude Desktop and Cursor by integrating with the SHIP Protocol API.
Installation
npx -y @vibeatlas/ship-mcp-serverEnvironment Variables
- SHIP_API_KEY
- SHIP_API_URL
Security Notes
The server's source code is clear and does not exhibit direct use of dangerous functions like 'eval', code obfuscation, or hardcoded secrets. It utilizes environment variables for sensitive data like API keys. The primary security consideration lies in its reliance on an external SHIP Protocol API (ship.vibeatlas.dev). While the client code itself appears robust, the security and data handling practices of the external API are critical and should be trusted by the user.
Similar Servers
claude-code-mcp
Acts as an MCP server to enable LLMs to run Claude Code CLI in one-shot mode, bypassing permissions for complex coding, file system, Git, and terminal operations.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
spec-oxide
A simple and lightweight Micro-Container Platform (MCP) designed for spec-driven development workflows.