MCP Log Reader

MIT License
5
  • Apple
  • Linux

read_mcp_logs

Access and analyze Model Context Protocol logs from default or custom paths. Filter entries, control pagination, and specify line counts for efficient debugging and monitoring.

Instructions

Read MCP logs from the standard location

Input Schema

NameRequiredDescriptionDefault
customPathNoOptional custom path to log directory (default is system-specific)
fileLimitNoMaximum number of files to read per page (default: 5)
filterNoOptional text to filter log entries by (case-insensitive)
linesNoNumber of lines to read from the end of each log file (default: 100)
pageNoPage number for pagination (default: 1)

Input Schema (JSON Schema)

{ "properties": { "customPath": { "description": "Optional custom path to log directory (default is system-specific)", "type": "string" }, "fileLimit": { "description": "Maximum number of files to read per page (default: 5)", "type": "number" }, "filter": { "description": "Optional text to filter log entries by (case-insensitive)", "type": "string" }, "lines": { "description": "Number of lines to read from the end of each log file (default: 100)", "type": "number" }, "page": { "description": "Page number for pagination (default: 1)", "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Log Reader

Related Tools

ID: kk3dqiuhqb