MCP.so
ログイン

Inspector Mcp Server

@inspector-apm

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

基本情報

カテゴリ

開発者ツール

トランスポート

stdio

公開者

inspector-apm

投稿者

Valerio Barbera

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

コメント

「開発者ツール」の他のコンテンツ