Skip to content
Zed

Shipcheck MCP for Zed

io.github.tatelyman/shipcheck-mcp

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

client:Zed transport:stdio runtime:npm

Install Shipcheck MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Shipcheck MCP in other clients