Apidog Tests Mcp
@acabala
Apidog Tests Mcp について
Unofficial Apidog MCP server, that gives ability to work with testing features of ApiDog.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"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"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Apidog Tests Mcp?
Apidog Tests Mcp is an MCP (Model Context Protocol) server that gives AI assistants full read/write access to Apidog’s test management features, including test cases, scenarios, suites, and test data. It is not an official Apidog integration.
How to use Apidog Tests Mcp?
Install the server globally with npm install -g @acabala/apidog-tests-mcp or run it directly with npx @acabala/apidog-tests-mcp. Set the environment variables APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID, then add the server configuration to your MCP client (e.g., Claude Desktop’s claude_desktop_config.json).
Key features of Apidog Tests Mcp
- Full CRUD for test cases, scenarios, suites, and test data
- Bulk-create test cases and manage multi-step test flows
- Organize scenarios and suites into nested folder structures
- Read-only tools for environments, endpoints, categories, tags, and coverage
- Merge-style update tools reduce manual payload errors
- Designed for CI/CD integration and AI-assisted test management
Use cases of Apidog Tests Mcp
- Create and manage API test cases directly through an AI assistant
- Build and update multi-step test scenarios that chain multiple API calls
- Organize test suites into folders for structured CI/CD pipelines
- Manage data-driven test iterations with CSV-formatted test data
- Query endpoint coverage and environment details without leaving the chat
FAQ from Apidog Tests Mcp
What does Apidog Tests Mcp do?
It provides an MCP server that enables AI assistants to create, read, update, delete, and bulk-manage Apidog test artifacts—test cases, scenarios, suites, and test data—as well as browse environments, endpoints, and coverage statistics.
How do I install and configure Apidog Tests Mcp?
Install via npm (npm install -g @acabala/apidog-tests-mcp) or use npx. Set the required environment variables (APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, APIDOG_BRANCH_ID) in your MCP client configuration file.
Is Apidog Tests Mcp an official Apidog product?
No. The README explicitly states “This project is not an official Apidog integration.”
What are the required environment variables?
You must set APIDOG_ACCESS_TOKEN, APIDOG_PROJECT_ID, and APIDOG_BRANCH_ID. Optionally, APIDOG_BASE_URL can override the default API base URL.
How should I manage security when using Apidog Tests Mcp?
Use a dedicated automation token with minimal permissions, rotate tokens regularly, never commit token or project ID values, and keep MCP client config files local and private.
「その他」の他のコンテンツ
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント