Skip to content
VS Code

Shipcheck MCP for VS Code

io.github.tatelyman/shipcheck-mcp

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

client:VS Code transport:stdio runtime:npm

Install Shipcheck MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "shipcheck-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shipcheck-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Shipcheck MCP in other clients