Skip to main content
Glama

LocalStack MCP Server

Official
by localstack

localstack-logs-analysis

Analyze LocalStack logs to diagnose issues, identify errors, and understand AWS service interactions during local development.

Instructions

LocalStack log analyzer that helps developers quickly diagnose issues and understand their LocalStack interactions

Input Schema

NameRequiredDescriptionDefault
analysisTypeNoThe analysis to perform: 'summary' (default), 'errors', 'requests', or 'logs' for raw output.summary
filterNoRaw keyword filter. Only used with 'logs' mode.
linesNoNumber of recent log lines to fetch and analyze.
operationNoFilter by a specific API operation (e.g., 'CreateBucket'). Requires 'service'. Used with 'requests' mode.
serviceNoFilter by AWS service (e.g., 's3', 'lambda'). Used with 'errors' and 'requests' modes.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "analysisType": { "default": "summary", "description": "The analysis to perform: 'summary' (default), 'errors', 'requests', or 'logs' for raw output.", "enum": [ "summary", "errors", "requests", "logs" ], "type": "string" }, "filter": { "description": "Raw keyword filter. Only used with 'logs' mode.", "type": "string" }, "lines": { "default": 2000, "description": "Number of recent log lines to fetch and analyze.", "exclusiveMinimum": 0, "type": "integer" }, "operation": { "description": "Filter by a specific API operation (e.g., 'CreateBucket'). Requires 'service'. Used with 'requests' mode.", "type": "string" }, "service": { "description": "Filter by AWS service (e.g., 's3', 'lambda'). Used with 'errors' and 'requests' modes.", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/localstack/localstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server