DevelopmentTypeScript
shippie
Shippie is an extendable code review and QA agent that uses Large Language Models to review code in CI/CD pipelines.
N/A rating (0 reviews)0 installs2,347 GitHub stars
code reviewQACI/CDTypeScript
Shippie helps developers ship faster by identifying common issues such as exposed secrets, inefficient code, and potential bugs. It can be run locally to review staged files and integrates with external tools through the Model Context Protocol (MCP).
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"shippie": {
"args": [
"-y",
"shippie"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.