@customable/symfony-mcp (1.0.5)

Published 2025-10-07 17:10:37 +02:00 by jack in customable-mcp/symfony-mcp

Installation

@customable:registry=
npm install @customable/symfony-mcp@1.0.5
"@customable/symfony-mcp": "1.0.5"

About this package

🎼 symfony-mcp

MCP Server for Symfony CLI and development tasks.

Features

Cache Management

  • 🗑️ cache_clear - Clear cache
  • 🔄 cache_warmup - Warm up cache
  • 🧹 cache_pool_clear - Clear specific cache pool

Debugging

  • 🗺️ debug_routes - List all routes
  • 🔧 debug_container - Debug service container
  • 🎯 debug_config - Show configuration
  • 📝 debug_event_dispatcher - Show event listeners

Code Generation

  • 🏗️ make_entity - Generate entity
  • 🎮 make_controller - Generate controller
  • 📝 make_form - Generate form
  • make_command - Generate console command
  • 🧪 make_test - Generate test

Database

  • 🗄️ doctrine_schema_update - Update database schema
  • 📊 doctrine_migrations_status - Show migration status
  • ⬆️ doctrine_migrations_migrate - Run migrations
  • 📝 doctrine_migrations_generate - Generate migration

General Commands

  • run_command - Execute any Symfony console command
  • 📋 list_commands - List all available commands

Installation

npm install
npm run build

Configuration

Set environment variables:

  • SYMFONY_PROJECT_DIR - Path to Symfony project (default: current directory)
  • PHP_BINARY - Path to PHP binary (default: php)

Usage

export SYMFONY_PROJECT_DIR="/path/to/symfony/project"
npm start

License

MIT

Dependencies

Dependencies

ID Version
@modelcontextprotocol/sdk ^0.5.0
zod ^3.23.8

Development dependencies

ID Version
@types/node ^22.0.0
typescript ^5.5.0

Keywords

mcp symfony php cli mcp-server
Details
npm
2025-10-07 17:10:37 +02:00
1
Customable Team
MIT
8.1 KiB
Assets (1)
Versions (2) View all
2.0.0 2025-10-10
1.0.5 2025-10-07