Inspector Mcp Server
About
The Inspector MCP Server bridges the gap between AI coding assistants and production application monitoring, enabling developers to leverage AI for faster debugging and improved application reliability. Built specifically for the PHP ecosystem, this server integrates seamlessly w
Details
- Author
- inspector-apm
- Downloads
- 325
- Categories
- Developer Tools, Infrastructure
Jump to
- Smart error analysis with comprehensive context
- Intelligent error prioritization by frequency and severity
- Actionable recommendations for root cause analysis
- Code-level insights from stack trace locations
- AI-optimized reporting for LLM comprehension
- Real-time production error monitoring and trend detection
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Inspector Mcp ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Composer: composer require inspector-apm/mcp-server --dev. Then configure your MCP client (Claude Code, Gemini Code Assist, JetBrains, Windsurf, Cursor, etc.) with a JSON entry specifying the php command and the absolute path to vendor/inspector-apm/mcp-server/server.php. Set INSPECTOR_API_KEY and INSPECTOR_APP_ID as environment variables; the configuration can also be retrieved from the Application Settings section of the Inspector dashboard.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"inspector mcp server": {
"inspector": {
"command": "php",
"args": [
"absolute-path-to-your-app-vendor-folder/inspector-apm/mcp-server/server.php"
],
"env": {
"INSPECTOR_API_KEY": "xxxx",
"INSPECTOR_APP_ID": "xxxx"
}
}
}
}
}
McpServers
{
"inspector": {
"command": "php",
"args": [
"absolute-path-to-your-app-vendor-folder/inspector-apm/mcp-server/server.php"
],
"env": {
"INSPECTOR_API_KEY": "xxxx",
"INSPECTOR_APP_ID": "xxxx"
}
}
}
Inspector MCP Server
AI-powered debugging and monitoring integration for PHP applications through the Model Context Protocol.
Overview
The Inspector MCP Server bridges the gap between AI coding assistants and production application monitoring,
enabling developers to leverage AI for faster debugging and improved application reliability. Built specifically
for the PHP ecosystem, this server integrates seamlessly with Inspector.dev to provide AI agents with real-time
access to production error data and intelligent analysis.
Install
composer require inspector-apm/mcp-server --dev
Client Configuration
The configuration below is for the MCP client like coding agents (Claude Code, Gemini Code Assist, ), or agentic IDEs like Jetbrains, Windsurf, Cursor, etc.
{
"mcpServers": {
"inspector": {
"command": "php",
"args": ["absolute-path-to-your-app-vendor-folder/inspector-apm/mcp-server/server.php"],
"env": {
"INSPECTOR_API_KEY": "xxxx", // Inspector API key (https://app.inspector.dev/account/api)
"INSPECTOR_APP_ID": "xxxx" // The App ID on the Inspector dashboard
}
}
}
}
You can get the MCP configuration for your application by navigating to the Application Settings section in the Inspector dashboard.
What It Does
Transform your AI coding assistant into a production-aware debugging partner:
- 🔍 Smart Error Analysis - AI agents can fetch and analyze recent production errors with comprehensive context
- 📊 Intelligent Prioritization - Automatic error classification by frequency, severity, and recency
- 💡 Actionable Recommendations - AI-powered suggestions for root cause analysis and resolution strategies
- 🎯 Code-Level Insights - Direct integration with stack traces and application source code locations
- ⚡ Developer Experience - Optimized for modern PHP development workflows, including Neuron AI framework
Key Features
Production Error Monitoring
- Retrieve errors from the last 24 hours with detailed context - Frequency analysis and trend detection - Real-time error status and recency indicatorsAI-Optimized Reporting
- LLM-friendly error formatting for maximum comprehension - Pattern detection for recurring issues - Automated categorization of error types (API issues, database problems, performance bottlenecks)Developer-Centric Design
- Framework-agnostic PHP integration - Comprehensive stack trace analysis - Direct code location references for faster debuggingPerfect For
- PHP Developers building modern applications who want AI-assisted debugging
- Teams using Inspector.dev for production monitoring
- Neuron AI Framework users leveraging AI agents in their development workflow
- DevOps Engineers seeking intelligent error analysis and resolution guidance
About
This MCP server is developed by the team behind Inspector.dev
and the Neuron AI framework, bringing enterprise-grade monitoring capabilities to
AI-powered applications.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





