logpare-mcp
by logpare
Overview
Semantic log compression for AI assistants to reduce LLM context window usage and provide diagnostic insights.
Installation
npx -y @logpare/mcpEnvironment Variables
- MCP_TRANSPORT
- MCP_PORT
Security Notes
The HTTP transport, when enabled, uses `noopAuthMiddleware` by default. This middleware explicitly grants full authentication and all scopes to any connecting client. This is a critical security risk for any public or untrusted deployment, allowing unauthorized access to log processing and results. It is explicitly noted in the source code as a placeholder that 'Replace with actual OAuth validation in production.' For local `stdio` transport use (e.g., Claude Desktop), the risk is contained as it operates locally.
Similar Servers
Matryoshka
Processes large documents beyond LLM context windows using a Recursive Language Model (RLM) that executes symbolic commands for iterative document analysis.
memory-mcp
Provides persistent memory and intelligent context window caching for LLM conversations within AI coding environments.
predictive-maintenance-mcp
The server provides tools for industrial machinery diagnostics, vibration analysis, bearing fault detection, and predictive maintenance workflows using time-series signal processing and machine learning, integrated with LLMs.
remembrances-mcp
Provides long-term memory, knowledge base, and semantic code indexing capabilities for AI agents.