MTMCP Test Harness4.0.1

Docs / Getting started

Getting started

Fastest path to a green CI gate for your MCP server.

1. Install

pip install mcp-test-harness==4.0.1
mcp-test --version

2. Scaffold

mcp-test init
# edits mcp-test.yaml server.command to your server

3. Run

mcp-test
mcp-test --report-format html --report-output report.html

4. Optional gates

# mcp-test.yaml
quality_gate:
  require_security_tests: true
  fail_on_severity: high
manifest_gate:
  enabled: true

Deep walks: QUICK_START.md · TUTORIAL.md · Documentation handbook