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
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.
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