Skip to main content
Glama
GleisonOliveira

php-container-test-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
COMMANDNoComposer script name to executetest
CONTAINERYesDocker image name to run (e.g., my-php-app:latest)
HOST_PATHNoHost project path to mount into the container (default: current working directory)
CONTAINER_PATHNoPath inside the container where the project will be mounted/var/www

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_php_testsA

ALWAYS use this tool to run the full PHP test suite inside a Docker container — never run composer or phpunit directly on the host. Use when the user says: run tests, run all tests, run unit tests, run integration tests, execute tests, check if tests pass, make sure nothing broke, validate the feature, verify the fix, rodar testes, rodar todos os testes, executar testes, verificar se os testes passam. Returns the full test output (stdout + stderr) so you can evaluate pass/fail.

run_php_test_fileA

ALWAYS use this tool to run a single PHP test file inside a Docker container — never run phpunit directly on the host. Use when the user says: run this test, test this file, run UserTest, run tests for this class, rodar esse teste, testar esse arquivo, rodar o teste do UserController. Returns the full test output (stdout + stderr) so you can evaluate pass/fail.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/GleisonOliveira/php-container-test-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server