PHPackages                             killerwolf/mcp-profiler-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. killerwolf/mcp-profiler-bundle

ActiveSymfony-bundle

killerwolf/mcp-profiler-bundle
==============================

Allow access to symfony profiler data through MCP protocol

0.2.0(1y ago)112.4k↓44%2[6 issues](https://github.com/killerwolf/mcp-profiler-bundle/issues)[1 PRs](https://github.com/killerwolf/mcp-profiler-bundle/pulls)MITPHPPHP &gt;=8.1CI passing

Since Mar 31Pushed 1y ago3 watchersCompare

[ Source](https://github.com/killerwolf/mcp-profiler-bundle)[ Packagist](https://packagist.org/packages/killerwolf/mcp-profiler-bundle)[ RSS](/packages/killerwolf-mcp-profiler-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (7)Used By (0)

MCP Server Bundle for Symfony
=============================

[](#mcp-server-bundle-for-symfony)

The Symfony MCP Profiler Bundle mimics the WebProfiler Bundle. It bridges the gap between Profiler data and your favorite MCP-enabled AI-powered IDE.

Installation
------------

[](#installation)

```
composer require killerwolf/mcp-profiler-bundle:^0.1
```

Configuration
-------------

[](#configuration)

Add the bundle to your `config/bundles.php`:

```
return [
    // ...
    Killerwolf\MCPProfilerBundle\MCPProfilerBundle::class => ['dev' => true],
];
```

Built-in Tools
--------------

[](#built-in-tools)

The bundle provides several tools for interacting with the Symfony Profiler:

- **profiler\_list**: Lists recent profiler entries
- **profiler\_get\_by\_token**: Gets a specific profiler entry by token
- **profiler\_get\_all\_collector\_by\_token**: Gets all collectors for a specific profiler entry
- **profiler\_get\_one\_collector\_by\_token**: Gets a specific collector for a profiler entry

Here are some examples of the MCP Inspector in action with different IDEs:

[![Claude MCP Inspector](Resources/docs/images/claude_mcp_screenshot.jpg)](Resources/docs/images/claude_mcp_screenshot.jpg)*Capture d'écran de l'interface MCP Inspector intégrée avec Claude AI, montrant l'interaction avec le serveur MCP Symfony et l'accès aux données du Profiler.*

[![Cline MCP Inspector](Resources/docs/images/cline_mcp_screenshot.jpg)](Resources/docs/images/cline_mcp_screenshot.jpg)*Capture d'écran de Cline IDE avec l'inspecteur MCP, illustrant comment les outils du profiler Symfony sont exposés via le protocole MCP.*

[![Cursor MCP Inspector](Resources/docs/images/cursor_mcp_screenshot.jpg)](Resources/docs/images/cursor_mcp_screenshot.jpg)*Capture d'écran de Cursor IDE montrant l'inspecteur MCP en action, permettant d'explorer et d'interagir avec les données du Profiler Symfony.*

Commands
--------

[](#commands)

The bundle provides the following commands:

### Configure the MCP Server in your IDE (Cursor, Claude Code, Cline, etc.)

[](#configure-the-mcp-server-in-your-ide-cursor-claude-code-cline-etc)

```
{
  "mcpServers": {
    "symfony-mcp": {
      "command": "/path/to/your/symfony/project/bin/console",
      "args": [
        "mcp:server:run"
      ]
    }
  }
}
```

### Using the MCP Inspector

[](#using-the-mcp-inspector)

The MCP Inspector is a tool that allows you to interact with your MCP Server and test your tools and resources. You can use it with the following command:

```
npx --registry https://registry.npmjs.org @modelcontextprotocol/inspector
```

### Interacting with the Symfony Profiler (for learning/debug purposes)

[](#interacting-with-the-symfony-profiler-for-learningdebug-purposes)

The bundle also provides a command-line interface for interacting with the Symfony Profiler directly:

```
# List recent profiler entries
bin/console mcp:profiler list --limit=20

# Show details for a specific profile
bin/console mcp:profiler show
bin/console mcp:profiler show  --collector=request
```

How It Works
------------

[](#how-it-works)

The bundle implements the MCP protocol directly, handling JSON-RPC requests and responses according to the specification. It exposes Symfony Profiler data through a set of tools that can be called by MCP clients (like AI assistants in your IDE).

The implementation includes:

1. A command that runs the MCP server (`mcp:server:run`)
2. A service that manages the server lifecycle
3. Tool classes that implement specific functionality
4. Integration with Symfony's dependency injection system

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

4

Last Release

407d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/514808c0f994b32c4ef149666e337362bab506574e87854ae072439bb608693d?d=identicon)[killerwolf](/maintainers/killerwolf)

---

Top Contributors

[![killerwolf](https://avatars.githubusercontent.com/u/96670?v=4)](https://github.com/killerwolf "killerwolf (39 commits)")

---

Tags

llmmcpmcp-serversymfonysymfony-bundlevibe-coding

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/killerwolf-mcp-profiler-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/killerwolf-mcp-profiler-bundle/health.svg)](https://phpackages.com/packages/killerwolf-mcp-profiler-bundle)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[contao/core-bundle

Contao Open Source CMS

1231.6M2.4k](/packages/contao-core-bundle)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
