SFCC MCP

Connect AI agents to Intellij SFCC project, sandbox, logs, WebDAV, and diagnostics context

The VS Code extension can expose a local SFCC MCP server for AI agents. The server uses the same workspace, active connection, cartridge path, language-server context, and extension tools that you use inside VS Code.

What SFCC MCP Provides

  • Project context - workspace, cartridge roots, active SFCC project, and detected configuration.
  • Code intelligence - routes, hooks, custom APIs, steptypes, resource bundles, overrides, references, and cartridge overlays.
  • Log workflows - log listing, searching, parsed Log Center issues, source context, diagnostics, and fix tracking.
  • Remote context - WebDAV-aware remote file operations and sandbox data behind the active connection.
  • Agent guidance - generated skills, tool descriptions, client configuration, and exact intellijsfcc.* tool IDs.

Open The MCP Panel

Open Intellij SFCC Sidebar

Click the Intellij SFCC activity-bar icon in VS Code.

Open B2C MCP

Select the B2C MCP view. This panel controls the local MCP server, profiles, client configuration, skills, and tool catalog.

Select A Profile

Choose the profile that matches the agent workflow. Use restricted profiles when an agent only needs read-only project context, and enable remote or mutation-capable tools only when the task requires them.

Copy Client Config

Copy the generated MCP client configuration for your agent client. The generated config keeps the local command, workspace context, and enabled tool set aligned with the extension.

Common Workflows

Source-Aware Log Fixes

Use SFCC MCP when an agent needs to inspect Log Center issues, search related source context, confirm language-server diagnostics, make code changes, and only then mark an issue as fixed.

SFCC Navigation And Discovery

Agents can resolve routes, hooks, custom APIs, steptypes, resource bundles, and override chains with the same project context available to the extension.

Remote Sandbox Context

When enabled by profile, agents can inspect sandbox logs and remote WebDAV resources for the active connection. Confirm the selected connection before giving an agent remote access.

Safety Model

SFCC MCP is local to your VS Code workspace. The available tools depend on the selected profile, and remote operations depend on the active connection.

Confirm the active connection and selected MCP profile before enabling remote, write, or fix-tracking workflows for an AI agent.

For the UI surface that manages the server, profiles, client config, generated guidance, skills, and tool catalog, see B2C MCP Panel.

On this page