MCP.so
Sign In

Inspector Mcp Server

@inspector-apm

About Inspector Mcp Server

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

Basic information

Category

Developer Tools

Transports

stdio

Publisher

inspector-apm

Submitted by

Valerio Barbera

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Inspector Mcp Server?

Inspector Mcp Server is an AI-powered debugging and monitoring integration for PHP applications built on the Model Context Protocol. It bridges AI coding assistants with Inspector.dev to provide real-time access to production error data and intelligent analysis for developers.

How to use Inspector Mcp Server?

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.

Key features of Inspector Mcp Server

  • 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

Use cases of Inspector Mcp Server

  • AI assistants analyzing recent production errors for PHP applications
  • Teams monitoring error frequency and trends in Inspector.dev
  • Developers receiving actionable root cause analysis suggestions
  • DevOps engineers gaining intelligent error resolution guidance
  • Neuron AI framework users integrating debugging into their workflow

FAQ from Inspector Mcp Server

How do I get the MCP configuration for my application?

Navigate to the Application Settings

Comments

More Developer Tools MCP servers