Skip to main content
Glama

stdout-mcp-server

by amitdeshmukh

get-logs

Retrieve and filter application logs from stdout-mcp-server. Specify line count, text filters, or timestamps to streamline debugging and monitor output efficiently.

Instructions

Retrieve logs from the named pipe with optional filtering

Input Schema

NameRequiredDescriptionDefault
filterNoText to filter logs by
linesNoNumber of log lines to return
sinceNoTimestamp to get logs after

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Text to filter logs by", "type": "string" }, "lines": { "default": 50, "description": "Number of log lines to return", "type": "number" }, "since": { "description": "Timestamp to get logs after", "type": "number" } }, "type": "object" }
Install Server

Other Tools from stdout-mcp-server

Related Tools

    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/amitdeshmukh/stdout-mcp-server'

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