inspect-logs-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@inspect-logs-mcpsummarize the results of my latest evaluation run"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
inspect-logs-mcp
MCP server for exploring inspect_ai evaluation logs from Claude Code.
What it does
This MCP server gives Claude Code, Cursor, and other LLMs direct access to your inspect_ai evaluation logs, allowing you to:
List logs: See all your evaluation runs with metadata
View summaries: Get detailed evaluation results, scores, and token usage
Inspect samples: View full conversation history for any sample
Search & filter: Find logs by task, model, date, or status
Compare runs: Side-by-side comparison of two evaluation runs
Aggregate stats: Get statistics across multiple runs
Related MCP server: Coval MCP Server
Installation
Currently only source installation is supported.
git clone https://github.com/PranshuSrivastava/inspect-logs-mcp.git
cd inspect-logs-mcp
pip install -e .Configuration
To use with Claude code in your current directory, run the following command:
claude mcp add --transport stdio inspect-logs inspect-logs-mcpTo use with Claude code in your global configuration, run the following command:
claude mcp add --scope user --transport stdio inspect-logs inspect-logs-mcpTo use with Cursor, Antigravity or other IDEs, add the following to your mcp config file:
{
"mcpServers": {
"inspect-logs": {
"command": "inspect-logs-mcp",
"env": {
"INSPECT_LOG_DIR": "./logs"
}
}
}
}Environment Variables
Variable | Description | Default |
| Directory containing |
|
| Default number of logs limit |
|
| Maximum number of logs limit |
|
How it Works
The server reads .eval files (which are ZIP archives containing JSON) using the inspect_ai.log API. All file operations happen in memory - no files are extracted to disk, so your logs directory stays clean.
Requirements
Python 3.10+
inspect-ai >= 0.3.70
mcp >= 1.0.0
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
- 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

Coval MCP Serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to interact with Coval's evaluation platform for launching and monitoring evaluation runs, managing agents and test sets, and retrieving evaluation metrics.181751MIT- FlicenseAqualityFmaintenanceEnables AI assistants to query local ChatLab chat history using natural language, with tools for session listing, message retrieval, and analytics.1717
- Alicense-qualityDmaintenanceProvides AI coding agents with tools to query, search, and analyze persisted HTTP request logs, enabling efficient debugging without terminal noise.MIT
Related MCP Connectors
Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
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/PranshuSrivastava/inspect-logs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server