Symfony Profiler MCP

Expose Symfony profiler data to AI coding agents — debug e-commerce errors without screenshots.

Monitoring & DevOps PHP MIT 4 stars
Why E-Commerce Teams Use This

When your developers are working on a Symfony-powered e-commerce platform (Sylius, PrestaShop), instead of copy-pasting errors or sharing screenshots, hook up this MCP and let the coding agent read the Symfony profiler directly — request data, exceptions, query logs, and performance metrics.

Use Cases
  • Debug Symfony e-commerce exceptions and 500 errors directly in your AI IDE
  • Diagnose slow database queries and N+1 problems in Sylius or PrestaShop stores
  • Inspect request/response data during checkout flow development
  • AI-assisted profiling of API Platform endpoints powering your storefront
About
Symfony bundle that exposes profiler data to AI-powered IDEs via the Model Context Protocol. Built on symfony/mcp-bundle. Uses a two-tier data model to keep AI context minimal: tools return compact summaries with resource pointers, resources provide full detail on demand.
Quick Start
Install:
composer require --dev productowner-ro/symfony-profiler-mcp

Related Servers