Install
Set up tests
To set up, create a new folder directory. In that directory, we’ll create a test file and an server connection file.Test file
promptis what a user would type in the chat to interact with your server.expectedToolsis what tools you’d expect to be called given the prompt- Customize the environment with
modeland optionaladvancedConfig
weather-tests.json
Server connection file
This file is configured very similar to amcp.json file. You must provide at least one providerApiKey.
local-dev.json
Run MCP Eval
Short flags
CLI Options
--tests, -t <file>: Path to the tests configuration file (required)--environment, -e <file>: Path to the environment configuration file (required)--help, -h: Show help information--version, -V: Display version number

