-aws-ops-mcp-server

DataExplorerX/-aws-ops-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
Read-only MCP server exposing AWS Lambda, CloudWatch, and S3 inspection tools to LLM clients (Claude Desktop, Claude Code) via API Gateway + Lambda. Built with FastMCP, boto3, and AWS SAM.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "-aws-ops-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "DataExplorerX/-aws-ops-mcp-server"
      ]
    }
  }
}