PHPackages                             killerwolf/mcp-server-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. killerwolf/mcp-server-bundle

Abandoned → [killerwolf/mcp-profiler-bundle](/?search=killerwolf%2Fmcp-profiler-bundle)Symfony-bundle[Debugging &amp; Profiling](/categories/debugging)

killerwolf/mcp-server-bundle
============================

Allow access to symfony profiler data through MCP protocol

1122[5 issues](https://github.com/killerwolf/php-mcp-bundle/issues)[1 PRs](https://github.com/killerwolf/php-mcp-bundle/pulls)PHPCI passing

Since Mar 28Pushed 1y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)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

16

—

LowBetter than 5% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity15

Early-stage or recently created project

 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.

### 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

### Embed Badge

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

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

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M918](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k29](/packages/fruitcake-laravel-debugbar)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)[beyondcode/helo-laravel

HELO Laravel debug helper

90360.1k](/packages/beyondcode-helo-laravel)

PHPackages © 2026

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