MCP server

Catch issues as you prompt

The Hullchecks MCP server gives your AI editor a scan tool, so Claude Code, Cursor, and Windsurf can inspect what they just generated — before a line is committed.

Set it up

Add it with one command, then restart Claude Code:

terminal
claude mcp add hullchecks -- npx -y @hullchecks/mcp

Use it

Once connected, just ask your agent to scan:

prompt
"Run a hullcheck on this project and fix anything critical."

The agent calls the scan_path tool, gets back ranked findings with plain-English fixes, and can patch them in place. It runs locally and offline — no code leaves your machine.

Requirements

Node 20+ and an MCP-capable editor. The server is the same engine as the CLI; the pinned scanners need to be on PATH (or use the Docker image).

MCP server · Hullchecks Docs