claude-subagent-mcp
claude-subagent-mcp
MCPサーバー。エージェントにClaude Codeエージェントの.jsonlログへの構造化された完全なビューを提供し、生のファイルを読み取る必要はありません。
mcp==2.0.0を介してstdio上でMCP 2026-07-28を使用します。
ツール
get_last_status(path, count, after_line=0)は、可視テキストブロックを持つ最後のcount個のアシスタント行を返し、返された各行のすべてのテキストブロックを含みます。get_last_tools(path, count, after_line=0)は、結果なしで名前と入力を持つツール呼び出しを含む最後のcount個のアシスタント行を返し、返された各行のすべてのツール呼び出しを含みます。
countはフィルタリング後に適用されるため、その数が存在する場合は正確にcount個の該当行が返されます。
after_lineは生の行番号の下限であり、それより厳密に大きい行のみが考慮されます。
既に確認済みの最大のlineをafter_lineとして渡すと、重複が抑制されます。
返されるlineの値は生のファイル行番号であるため、ギャップが含まれます。
不完全な末尾行は無視されます。
解析できないその他の行があると、ツールはフォーマットエラーを報告します。
Related MCP server: inspect-logs-mcp
Claude Codeへのインストール
claude mcp add --scope user claude-subagent-log -- uvx --from git+https://github.com/chrisliebaer/claude-subagent-mcp claude-subagent-mcpリポジトリURLの後ろに@<ref>でタグまたはコミットを固定すると、エージェントの下でサーバーが変更されるのを防ぎます。
ローカルチェックアウトの場合は、代わりにコマンドとしてuv --directory <checkout> run claude-subagent-mcpを使用します。
開発
uv run pytest
uv run ruff check . && uv run ruff format --check .
uv run mypy src testsResources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceEnables AI assistants to automatically inspect and analyze application runtime log files for debugging and troubleshooting. Supports monitoring multiple log directories simultaneously with tools for listing, reading, searching, and paginating through log files.8MIT
- AlicenseAqualityDmaintenanceEnables LLMs to explore and analyze UK Government BEIS inspect_ai evaluation logs directly from tools like Claude Code and Cursor. It provides capabilities to list logs, view evaluation summaries, and inspect conversation histories for specific samples.6MIT
- AlicenseAqualityAmaintenanceEnables AI assistants to query and analyze past Claude Code sessions, providing structured insights like file changes, decisions, errors, and git history across projects.11401MIT
- Alicense-qualityBmaintenanceIndexes and searches agent conversation logs from Antigravity and Cursor workspaces, enabling semantic search, token analysis, and benchmarking over local SQLite storage.19MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
See, price, and control every tool call your AI agents make: policy checks, cost, and audit tools.
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/chrisliebaer/claude-subagent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server