MCP Log Reader
MCP サーバー: MCP ログの分析とデバッグ
🎯 概要
MCP Log Readerは、モデルコンテキストプロトコル(MCP)のログ分析とデバッグを支援する専用のMCPサーバーです。Claudeはログファイルに直接アクセスできるため、MCPの統合に関するトラブルシューティングや、Claudeとツールの連携方法の理解が容易になります。
マルチプラットフォームサポート: プラットフォーム固有のログパスを使用して、macOS、Windows、Linuxで動作します。
スマートフィルタリング: 大文字と小文字を区別しないテキスト検索で特定のログエントリを検索
ページ区切りブラウジング: 大規模なログコレクションを効率的にナビゲート
サイズ管理: インテリジェントな切り捨てにより大きなログファイルを処理します
シームレスなClaude統合:Claudeデスクトップと直接連携
Related MCP server: Log Analyzer MCP
🚀 クイックスタート
GitHub から直接インストールします。
# Clone the repository
git clone https://github.com/klara-research/MCP-Analyzer.git
cd MCP-Analyzer
# Install dependencies
npm iビルドして実行:
# Compile TypeScript
npx tsc🔌 クロードとの接続
Claude Desktop 構成にサーバーを追加します。
{
"mcpServers": {
"log-reader": {
"command": "node",
"args": [
"/absolute/path/MCP-Analyzer/build"
]
}
}
}次に、Claude Desktop を再起動します。
📋 利用可能なパラメータ
ログ リーダーは次のパラメータをサポートします。
パラメータ | 説明 | デフォルト |
| 各ログファイルから読み取る行数 | 100 |
| ログエントリをフィルタリングするテキスト(大文字と小文字は区別されません) | 「」 |
| ログディレクトリへのカスタムパス | OS固有 |
| ページごとに読み取るファイルの最大数 | 5 |
| ページ番号 | 1 |
💡 使用例
Claude にログ リーダー ツールを使用するように依頼します。
Can you check my MCP logs for any connection errors in the last day?または特定のパラメータを使用します:
Can you look through MCP logs with filter="error" and lines=50 to find initialization issues?⚙️ 仕組み
サーバーは自動的にOSを検出し、適切なログディレクトリを見つけます
すべての MCP ログファイルを検索し、変更時刻(新しい順)で並べ替えます。
要求されたログファイルのページは、ページ区切り設定に基づいて取得されます。
ファイルは、応答が多すぎるのを防ぐためにサイズ制限付きで処理されます。
フィルタリングされたコンテンツは、ページ区切りの詳細を含む構造化された形式で返されます。
📄 ライセンス
MITライセンス
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceA customizable Model Context Protocol server built with mcp-framework that enables Claude to access external tools and capabilities through a standardized interface.46
- AlicenseAqualityCmaintenanceAn MCP server for AI-powered log analysis that enables parsing, searching, and debugging across nine log formats directly within Claude. It features automated error extraction, sensitive data scanning, and streaming support for large log files.145MIT
- Alicense-qualityCmaintenanceAn MCP server that connects Claude (or any MCP compatible client) to your existing log infrastructure. Query, summarize, and trace logs in plain English across GCP Cloud Logging, AWS CloudWatch, Azure Log Analytics, Grafana Loki, and Elasticsearch without writing filter expressions or leaving your editor.113MIT
- AlicenseAqualityDmaintenanceMCP server for log file analysis. Gives LLMs the ability to efficiently analyze large log files without loading them into context.798MIT
Related MCP Connectors
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/klara-research/MCP-Analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server