
AWS IReveal
STDIOAWS security investigation MCP server providing unified interface to multiple AWS services for incident response
AWS security investigation MCP server providing unified interface to multiple AWS services for incident response
AWS‑IReveal‑MCP is a Model Context Protocol (MCP) server designed to give security teams and incident responders a unified interface to AWS services useful for investigation. By connecting AWS‑IReveal‑MCP to any MCP client (such as Claude Desktop or Cline), you can invoke queries and analyses across multiple AWS services without leaving your LLM‑driven workspace.
AWS‑IReveal‑MCP integrates with the following AWS services and functionalities:
Together, these services let you
curl -Ls https://astral.sh/uv/install.sh | sh
git clone https://github.com/sysdiglabs/aws-ireveal-mcp.git cd aws-ireveal-mcp uv venv source .venv/bin/activate
Add the following configuration to your MCP client's settings file:
{
"mcpServers": {
"aws-ireveal": {
"command": "uv",
"args": [
"--directory",
"/path_to_your/aws-ireveal-mcp",
"run",
"server.py"
],
"env": {
"AWS_PROFILE": "<YOUR_PROFILE>"
}
}
}
}