HomeFeaturesPricingDocumentationContactDOWNLOAD

JetBrains

Set up SiteCMD with JetBrains IDEs to fix issues with full scan context.

JetBrains IDEs (IntelliJ IDEA, WebStorm, PhpStorm, and the rest) support MCP servers through the AI Assistant plugin. Connect SiteCMD to give the AI Assistant access to your scan results.

SiteCMD’s in-app Integrations connect button currently writes config for Cursor, Claude Code, and Codex. For JetBrains, add the server by hand as below.

Configuration

Requires Node 22.22.1 or newer on your PATH and the persistent server script; see what you need first for the path on each OS and why the flag is there.

Go to Settings > Tools > AI Assistant > Model Context Protocol (MCP) and add a server:

  • Name: sitecmd
  • Command: node
  • Arguments: --disable-warning=ExperimentalWarning "/Users/<you>/Library/Application Support/com.sitecmd.app/sitecmd-mcp/sitecmd-mcp.mjs"

That argument path is the macOS location with <you> standing in for your username; on Linux use ~/.local/share/com.sitecmd.app/sitecmd-mcp/sitecmd-mcp.mjs and on Windows %LOCALAPPDATA%\com.sitecmd.app\sitecmd-mcp\sitecmd-mcp.mjs, expanded to absolute paths. The AI Assistant dialog also has an Import from Claude option that reads a standard mcpServers JSON block if you already have one elsewhere.

What you get

Once connected, the JetBrains AI Assistant can call every SiteCMD MCP tool: read the ranked issue list and fix prompts, pick up fix briefs, request verification, and compare scans before and after a change. The full list, with what each tool does, is in What SiteCMD exposes; Fixing with AI editors walks through the loop.