3 months ago
Unofficial Apidog MCP server, that gives ability to work with testing features of ApiDog.
Server Config
{
"mcpServers": {
"apidog-tests": {
"command": "npx",
"args": [
"apidog-tests-mcp"
],
"env": {
"APIDOG_ACCESS_TOKEN": "your-token",
"APIDOG_PROJECT_ID": "your-project-id",
"APIDOG_BRANCH_ID": "your-branch-id",
"APIDOG_DEVICE_ID": "your-device-id"
}
}
}
}