Skip to main content
Glama
chrisliebaer

claude-subagent-mcp

by chrisliebaer

claude-subagent-mcp

MCP-сервер, который предоставляет агенту структурированные и полные представления .jsonl-лога агента Claude Code без чтения исходного файла. Он использует MCP 2026-07-28 через stdio с помощью mcp==2.0.0.

Инструменты

  • 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

Закрепите тег или коммит с помощью @<ref> после URL репозитория, чтобы сервер не менялся под агентом. Для локальной копии используйте 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