MCP Server
Active
MIT
io.github.rijul170/alertlogic-mcp MCP Server
io.github.rijul170/alertlogic-mcp
What is the io.github.rijul170/alertlogic-mcp MCP server?
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
How to install io.github.rijul170/alertlogic-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"alertlogic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Claude Code
claude mcp add alertlogic-mcp -- uvx alertlogic-mcpRelated MCP servers
Community extension of CrowdStrike falcon-mcp with near-complete Falcon API coverage
0
View repository →Python
MIT
io.github.rijul170/qualys-mcp
Maintained
Full Qualys portal management over MCP: VMDR, PC, WAS, Cloud Agent, Container Security & more
0
View repository →Python
MIT
MCP server for Sophos Central — endpoint security, XDR/MDR, and MSSP multi-tenant ops
0
View repository →TypeScript
MIT