Testomatio MCP Server
@testomatio
Testomatio MCP Server について
MCP server or Testomat.io
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"testomatio": {
"command": "npx",
"args": [
"@testomatio/mcp",
"--token",
"testomat_YOUR_TOKEN_HERE",
"--project",
"YOUR_PROJECT_ID"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Testomatio MCP Server?
Testomatio MCP Server is a Model Context Protocol (MCP) server that integrates Testomatio's API with AI assistants like Cursor. It allows users to query and manage test projects, test runs, test plans, and automated tests through natural language conversations.
How to use Testomatio MCP Server?
Install globally via npm install -g @testomatio/mcp or run directly with npx @testomatio/mcp --token <your-token> --project <project-id>. Configuration can also be provided through environment variables (TESTOMATIO_API_TOKEN, TESTOMATIO_BASE_URL). For use with Cursor, add a JSON entry to your Cursor MCP settings specifying the command and arguments.
Key features of Testomatio MCP Server
- MCP-compatible tool interface for AI assistants
- Supports all major Testomatio API endpoints
- Runs on Node.js 18 or higher
- Configure via CLI arguments or environment variables
- Semantic XML formatting for structured responses
- Optional custom base URL for self-hosted instances
Use cases of Testomatio MCP Server
- AI assistant queries test details, suites, and runs in a Testomatio project
- Developers get test plans and automated test results without leaving the editor
- QA engineers manage test cases through natural language in Cursor
- Retrieve automated tests filtered by tags (e.g.,
@smoke)
FAQ from Testomatio MCP Server
What API token is required?
A valid Testomatio General API token starting with testomat_. It can be created in the user tokens page at https://app.testomat.io/account/access_tokens.
Where can I find my project ID?
The project ID appears in the URL when viewing your project on Testomatio: https://app.testomat.io/projects/YOUR_PROJECT_ID.
What are the runtime requirements?
Node.js 18 or higher with built-in fetch support. No additional dependencies are required.
How can I debug connection issues?
Set the DEBUG=* environment variable when starting the server to see detailed logs. Check internet connectivity, firewall rules, and token permissions.
Is there support for self-hosted Testomatio instances?
Yes. Use the --base-url flag or TESTOMATIO_BASE_URL environment variable to point to your custom instance.
「その他」の他のコンテンツ
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
コメント