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
基本信息
配置
使用下面的配置,将此服务器添加到你的 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
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
评论