Tox Testing MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOX_APP_DIRYesDirectory containing the tox.ini file. This is where tox commands will be executed from. The path should point to the root of your Python project where tox.ini is located.
TOX_TIMEOUTNoMaximum time in seconds to wait for test execution to complete. If a test run takes longer than this timeout, it will be terminated.600

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
run_tox_tests

Run tox tests with different modes and options