AlertLogic MCP Server
Rank #31,145io.github.rijul170/alertlogic-mcp
MCP server for Alert Logic MDR — incident response, log search, SOAR, and SOC workflows
AlertLogic MCP Server is a Model Context Protocol (MCP) server published by rijul170. It ranks #31,145 of 115,591 servers tracked on MCP Toplist. AlertLogic MCP Server is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jun 29, 2026 and most recently updated on Jul 14, 2026.
Ranks ahead of 84,446 of 115,591 servers on MCP Toplist.
Use AlertLogic MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add alertlogic-mcp -- uvx alertlogic-mcp[mcp_servers.alertlogic-mcp]
command = "uvx"
args = ["alertlogic-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"alertlogic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"alertlogic-mcp": {
"command": "uvx",
"args": [
"alertlogic-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.rijul170%2Falertlogic-mcp)<a href="https://mcptoplist.com/server/io.github.rijul170%2Falertlogic-mcp"><img src="https://mcptoplist.com/badge/io.github.rijul170%2Falertlogic-mcp.svg" alt="MCP Toplist: Top 50% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
rijul170
Other servers by rijul170
View all rijul170 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 14, 2026 |
Frequently asked questions
- Who maintains AlertLogic MCP Server?
- AlertLogic MCP Server is maintained by rijul170, which publishes 4 MCP servers (4 total versions) tracked on MCP Toplist.
- Is AlertLogic MCP Server listed on the Official MCP Registry?
- Yes — AlertLogic MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AlertLogic MCP Server have?
- MCP Toplist tracks 1 version of AlertLogic MCP Server, most recently published on Jul 14, 2026.
- Where can I find the source code for AlertLogic MCP Server?
- The source code for AlertLogic MCP Server is hosted at github.com/rijul170/alertlogic-mcp.