cloud-logs-mcp
Verified Safeby tareqmamari
Overview
An MCP server that enables AI assistants to interact with and manage IBM Cloud Logs instances for observability, security, and performance analysis.
Installation
logs-mcp-serverEnvironment Variables
- LOGS_API_KEY
- LOGS_SERVICE_URL
- LOGS_REGION
- LOGS_INSTANCE_ID
Security Notes
The project demonstrates a very strong commitment to security with extensive documentation (`SECURITY.md`), including best practices for API key management (no hardcoding, rotation, least privilege), TLS enforcement, network isolation, data protection, and runtime security (non-root users, container security, resource limits, rate limiting). It integrates multiple SAST tools (Gosec, govulncheck, Trivy, Semgrep) in CI/CD and uses pre-commit hooks for secrets detection and code quality. Session management includes robust user ID hashing and path traversal prevention. A minor point is the `install.sh` script lacking explicit checksum verification for downloaded binaries, though release artifacts are cryptographically signed.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
prometheus-mcp-server
A Model Context Protocol (MCP) server that enables AI assistants to query and analyze Prometheus metrics for monitoring and insights.
last9-mcp-server
A backend HTTP server likely used as a control plane or for data collection/processing within an observability or monitoring system.
osmmcp
Enables LLMs to interact with OpenStreetMap data through a rich set of geospatial tools, including geocoding, routing, and points of interest search.