Skip to main content
Glama
nabhat

sfcc-logs-mcp

by nabhat

Salesforce Commerce Cloud (SFCC) Logs MCP Server

CI License: MIT Node.js Version Platform: SFCC Model Context Protocol Dependabot Updates CodeQL

A robust, standardized Model Context Protocol (MCP) server that empowers AI coding agents (such as Claude Desktop, Cursor, or VSCode Copilot) to directly fetch, tail, and clean Salesforce Commerce Cloud (SFCC/Demandware) log files in real-time over standard I/O (stdio).


⚡ The Challenge This Server Solves

When developers work across multiple SFCC instances, configuring separate MCP servers for each instance/setup is clunky and impractical.

Typical MCP servers run globally with static environment configurations, makingit imposible to switch instances dynamically as you change project folders in your editor.

🌟 Our Solution: Dynamic Workspace Resolution

This MCP server implements a Context-Aware Workspace Handshake:

  1. During initialization, the server intercepts the editor's active workspace folder path (workspaceFolders array) sent by the host (Claude. Cursor, etc.).

  2. When a tool is invoked, the server walks up the directory tree starting from the active conversation folder to locate the corresponding dw.json or .env file.

  3. It dynamically extracts the specific hostname, username, and password for that specific project's instances allowing seamless hot-swapping between different instances as you switch between sessions or projects.


Installation

#Install globally
npm install -g sfcc-logs-mcp

Related MCP server: SFCC Development MCP Server

📒 License

This project is licensed under the MIT License - see the LICENSE file for details.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Provides comprehensive access to Salesforce B2C Commerce Cloud development tools including SFCC API documentation, best practices guides, log analysis, and system object definitions. Enables AI assistants to help with SFCC development tasks through both documentation-only mode and full credential-based mode.
    Last updated
    15
    263
    27
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables monitoring and analysis of local application log files with real-time tailing, error tracking, and search capabilities. Perfect for debugging Node.js applications, web servers, or any application that writes to log files through natural language commands.
    Last updated
    6
    5
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to automatically inspect and analyze application runtime log files for debugging and troubleshooting. Supports monitoring multiple log directories simultaneously with tools for listing, reading, searching, and paginating through log files.
    Last updated
    8
    MIT

View all related MCP servers

Related MCP Connectors

  • Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.

  • Shared debugging memory for AI coding agents

  • Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nabhat/sfcc-logs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server