Server data from the Official MCP Registry
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
AlertLogic MCP server is a well-structured integration for the AlertLogic MDR platform with comprehensive authentication, proper credential handling, and appropriate permission scoping. The codebase demonstrates good security practices including AIMS token caching, environment variable-based configuration, and built-in access control mechanisms (read-only mode, destructive operation gating). Minor code quality observations around error handling and input validation do not materially impact security posture for this use case. Supply chain analysis found 9 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.
4 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: ALERTLOGIC_API_KEY
Environment variable: ALERTLOGIC_BASE_URL
Environment variable: ALERTLOGIC_ACCOUNT_ID
Environment variable: MCP_TRANSPORT
Environment variable: MCP_HOST
Environment variable: MCP_PORT
Environment variable: ALERTLOGIC_MCP_READONLY
Environment variable: ALERTLOGIC_MCP_ALLOW_DESTRUCTIVE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rijul170-alertlogic-mcp": {
"env": {
"MCP_HOST": "your-mcp-host-here",
"MCP_PORT": "your-mcp-port-here",
"MCP_TRANSPORT": "your-mcp-transport-here",
"ALERTLOGIC_API_KEY": "your-alertlogic-api-key-here",
"ALERTLOGIC_BASE_URL": "your-alertlogic-base-url-here",
"ALERTLOGIC_ACCOUNT_ID": "your-alertlogic-account-id-here",
"ALERTLOGIC_MCP_READONLY": "your-alertlogic-mcp-readonly-here",
"ALERTLOGIC_MCP_ALLOW_DESTRUCTIVE": "your-alertlogic-mcp-allow-destructive-here"
},
"args": [
"alertlogic-mcp"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.