Skip to main content
Glama
chrisliebaer

claude-subagent-mcp

by chrisliebaer

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은 원시 라인 번호의 하한이며, 이보다 큰 라인만 고려됩니다. 이미 본 가장 높은 lineafter_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 tests
Install Server
F
license - not found
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    8
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    6
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Enables AI assistants to query and analyze past Claude Code sessions, providing structured insights like file changes, decisions, errors, and git history across projects.
    11
    40
    1
    MIT
  • A
    license
    -
    quality
    B
    maintenance
    Indexes and searches agent conversation logs from Antigravity and Cursor workspaces, enabling semantic search, token analysis, and benchmarking over local SQLite storage.
    19
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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