Skip to main content
Glama
ivan23kor

logpiper-mcp

by ivan23kor

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_new_logsC

Get new logs since a specific cursor position (streaming)

list_sessionsB

List all logging sessions with metadata

search_logsC

Search through logs with a query string

get_logs_paginatedC

Get logs with cursor-based pagination and automatic chunking

cleanup_sessionsC

Cleanup sessions: intelligent cleanup based on criteria or complete reset of all data

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Active SessionsList of currently active logging sessions
Sessions OverviewOverview statistics of all sessions

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation4/5

Most tools have clearly distinct roles, but get_new_logs and get_logs_paginated both retrieve logs and could be confused by an agent skimming descriptions. The streaming vs. pagination distinction is present but requires careful reading.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (get_, list_, search_, cleanup_), with no mixed conventions or vague verbs. The naming is predictable and easy to extrapolate.

Tool Count5/5

Five tools is a well-scoped size for a log management server, covering retrieval, search, session listing, and cleanup without unnecessary bloat or feeling thin.

Completeness3/5

The read and lifecycle side is reasonably covered with search, pagination, streaming, and cleanup, but there is no ingestion or write capability for logs/sessions. This is a notable gap if the server is meant to manage logs end-to-end.

Maintenance

ActivityInactive
ResponsivenessNo issues