hybris-log-mcp
Provides tools for reading and searching SAP Commerce Cloud (CCV2) logs stored in Azure Blob Storage, including listing, downloading, decompressing, and regex searching log blobs.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hybris-log-mcpsearch for 'Exception' in recent logs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Hybris / SAP Commerce Cloud Log MCP
MCP server for reading and searching SAP Commerce Cloud (CCV2) logs stored in Azure Blob Storage.
Setup
git clone https://github.com/punitdwivedi/hybris-log-mcp.git
cd hybris-log-mcp
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cp .env.example .env # fill in Azure credentialsRelated MCP server: log-mcp-server
Cursor config
Add to ~/.cursor/mcp.json (or merge with existing servers). Replace /absolute/path/to/hybris-log-mcp with your clone path:
{
"mcpServers": {
"hybris-logs": {
"command": "/absolute/path/to/hybris-log-mcp/.venv/bin/python",
"args": ["/absolute/path/to/hybris-log-mcp/sap_mcp_server.py"],
"env": {
"AZURE_STORAGE_ACCOUNT_NAME": "your-account-name",
"AZURE_STORAGE_ACCOUNT_KEY": "your-account-key",
"AZURE_STORAGE_CONTAINER": "commerce-logs-separated"
}
}
}
}Pass credentials via the env block in MCP config. A local .env also works as a fallback via python-dotenv.
Tools
Tool | Purpose |
| Verify Azure container connectivity |
| List blobs under a prefix |
| Blob metadata |
| Download + decompress log text |
| Regex search in one blob |
| Regex search across recent blobs |
Environment
Variable | Description |
| Storage account name |
| Storage account key |
| Container (default: |
| Optional full connection string override |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.7100MIT
- FlicenseBqualityDmaintenanceA log analysis MCP server that enables tailing, searching, filtering, and summarizing logs from local files and Docker containers.7-
- FlicenseNot gradedqualityDmaintenanceAn MCP server that downloads Elasticsearch logs from Elastic Cloud via the Admin API.-
- FlicenseNot gradedqualityBmaintenanceMCP server to start, monitor, search, and detect errors in logs from any project, even those without log files.-