claude-subagent-mcp
claude-subagent-mcp
Servidor MCP que proporciona a un agente vistas estructuradas y completas del log .jsonl de un agente de Claude Code sin leer el archivo crudo.
Habla MCP 2026-07-28 sobre stdio a través de mcp==2.0.0.
Herramientas
get_last_status(path, count, after_line=0)devuelve las últimascountlíneas de asistente que contienen bloques de texto visibles e incluye todos los bloques de texto de cada línea devuelta.get_last_tools(path, count, after_line=0)devuelve las últimascountlíneas de asistente que contienen llamadas a herramientas con nombre y entrada pero sin resultados e incluye todas las llamadas a herramientas de cada línea devuelta.
count se aplica después del filtrado, por lo que se devuelven exactamente count líneas que cumplen los requisitos siempre que existan tantas.
after_line es un límite inferior en los números de línea crudos y solo se consideran líneas estrictamente mayores que él.
Pasa el line más alto ya visto como after_line para suprimir repeticiones.
Los valores line devueltos son números de línea crudos del archivo y por lo tanto contienen huecos.
Una línea final incompleta se ignora.
Cualquier otra línea que no se analice hace que la herramienta informe un error de formato.
Related MCP server: inspect-logs-mcp
Instalar en Claude Code
claude mcp add --scope user claude-subagent-log -- uvx --from git+https://github.com/chrisliebaer/claude-subagent-mcp claude-subagent-mcpFija una etiqueta o commit con @<ref> detrás de la URL del repositorio para evitar que el servidor cambie bajo un agente.
Para una copia local usa uv --directory <checkout> run claude-subagent-mcp como comando en su lugar.
Desarrollo
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