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 Servers
- AlicenseAqualityDmaintenanceMCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.798MIT
- FlicenseBqualityDmaintenanceA log analysis MCP server that enables tailing, searching, filtering, and summarizing logs from local files and Docker containers.7
- Flicense-qualityDmaintenanceAn MCP server that downloads Elasticsearch logs from Elastic Cloud via the Admin API.
- Flicense-qualityBmaintenanceMCP server to start, monitor, search, and detect errors in logs from any project, even those without log files.
Related MCP Connectors
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/punitdwivedi/hybris-log-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server