Skip to main content
Glama
202,295 tools. Last updated 2026-06-14 12:08

"Symfony" matching MCP tools:

  • Retrieve a Markdown overview of a Symfony project: PHP version, Symfony version, installed packages, autoload namespaces, composer scripts, and APP_ENV. Use this first to understand the project.
    MIT
  • Create PHP unserialize gadget chains for security assessments. Specify a chain identifier and shell command; output raw or encoded payloads.
    MIT
  • Scan PHP files to build a persistent symbol index, enabling instant symbol lookup without re-scanning. Supports incremental updates for changed files.
    MIT
  • Search the symbol index to locate PHP classes, interfaces, traits, enums, or methods by name. Returns file paths and line numbers for direct code access.
    MIT
  • Searches Symfony routes by URL pattern or route name and optional HTTP method, returning a table of matches with route path, methods, and controller.
    MIT
  • List Symfony service definitions in YAML mode (fast, reads config/services.yaml) or container debug mode (runs debug:container for compiled services). Filter by pattern and see service ID, class, public flag, and tags.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    A production-ready Model Context Protocol (MCP) server that bridges your Symfony/PHP project with LLMs such as Claude. It exposes tools that let the AI read your project's routes, services, Twig templates, and PHP source code.
    Last updated
    8
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables AI assistants to deeply interact with the PHP ecosystem, including runtime, static analysis, security scanning, testing, Composer, and frameworks like Laravel and Symfony. It exposes over 30 tools, 8 resources, and 7 prompts via MCP, allowing natural language commands to run PHP linting, static analysis, audits, tests, and project initialization.
    Last updated
    MIT
  • Analyzes Twig templates to extract inheritance, includes, imports, blocks, and variable references without requiring PHP execution.
    MIT
  • Search project files using regex or substring patterns. Returns highlighted snippets with file path and line number, no index required.
    MIT
  • Get Packagist (Composer/PHP) package metadata. Use for PHP-dependency audits. Example call: {"pkg": "symfony/console"} Cost: $0.005–$0.05 USDC on Base per call.
    Connector