Skip to content
Cursor

Shipcheck MCP for Cursor

io.github.tatelyman/shipcheck-mcp

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

client:Cursor transport:stdio runtime:npm

Install Shipcheck MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Shipcheck MCP in other clients