mate-tools

Execute MCP tools inside a Docker-enabled PHP container with TOON output.

5|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/ineersa/re-search --skill mate-tools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mate-tools
Source: https://github.com/ineersa/re-search/tree/main/.cursor/skills/mate-tools
Command: npx skills add https://github.com/ineersa/re-search --skill mate-tools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Orchestrates and simplifies running MCP tool calls (e.g., phpstan, phpunit, monolog, Symfony profiler) inside a Docker PHP container.

Core Features & Use Cases

  • Orchestrates calls to Mate MCP tools (phpstan, phpunit, monolog, Symfony profiler) with consistent TOON output.
  • Provides a safe wrapper to ensure correct Docker container context and environment fidelity.
  • Supports parameterized tool execution and quick access to diagnostics for development, testing, and observability.

Quick Start

Use the wrapper script to invoke a Mate MCP tool with a JSON payload.

Frequently Asked Questions about mate-tools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run PHPUnit tests and PHPStan analysis inside a Docker PHP container using MCP tools?

You can run PHPUnit tests and PHPStan analysis inside a Docker PHP container by using a wrapper script that executes Mate MCP tools with a JSON payload, ensuring environment fidelity and consistent TOON formatted output.

What is the best way to automate Symfony profiler explorations and Monolog diagnostics in a Dockerized environment?

Automating Symfony profiler explorations and Monolog diagnostics is best handled by a Docker-first wrapper script that executes MCP tools directly within your project's container, preserving the correct environment while providing parameterized execution modes.

Do I need a specific Docker configuration to execute MCP tool calls for PHP projects?

You need a Docker-enabled PHP container to execute MCP tool calls, as the wrapper script relies on running within the project's existing container context to preserve the correct environment and ensure safe tool execution.

How do I standardize AI-assisted tool runs for PHP development with consistent formatting?

You can standardize AI-assisted tool runs for PHP development by orchestrating MCP tool calls through a dedicated wrapper script that enforces a consistent TOON output mode across phpstan, phpunit, monolog, and Symfony profiler diagnostics.

Can I use parameterized execution modes when running PHPStan and PHPUnit through MCP tools?

Yes, the wrapper script supports parameterized tool execution, allowing you to pass specific configurations and payloads when running PHPStan and PHPUnit diagnostics inside your Docker PHP container.