Skip to content
Gemini CLI

Shipcheck MCP for Gemini CLI

io.github.tatelyman/shipcheck-mcp

Read-only Shipcheck launch-risk scans for authorized JS, TS, and MCP repos.

client:Gemini CLI transport:stdio runtime:npm

Install Shipcheck MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "shipcheck-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shipcheck-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Shipcheck MCP in other clients