loading…
Search for a command to run...
loading…
Enables interaction with the Tuskr test management API through MCP, supporting account ID and access token authentication for managing test cases, runs, and pro
Enables interaction with the Tuskr test management API through MCP, supporting account ID and access token authentication for managing test cases, runs, and projects.
Implements a Model Context Protocol (MCP) server for the Tuskr REST API
Built on the FastMCP Python SDK.
Supports access token authentication.
.env fileSet up environment variables or configure the .env file using the .env.example template.
The following environment variables are supported:
TUSKR_ACCOUNT_ID=<your account id>
TUSKR_ACCESS_TOKEN=<your access token>
(this doc desc https://tuskr.app/kb/latest/api)
and optionally
MCP_TRANSPORT=<transport type: http or stdio>
MCP_HOST=<host for HTTP transport>
MCP_PORT=<port for HTTP transport>
The MCP server supports the following command line parameters:
--transport: Transport type for the MCP server. Options: http (default) or stdio--host: Host address for HTTP transport (default: 0.0.0.0)--port: Port number for HTTP transport (default: 8000)Note: The --host and --port parameters are only applicable when using the http transport.
http (can be overridden with MCP_TRANSPORT environment variable)0.0.0.0 (can be overridden with MCP_HOST environment variable)8000 (can be overridden with MCP_PORT environment variable)Use the following template to connect the server via HTTP:
{
"mcpServers": {
"tuskr": {
"transport": "http",
"url": "http://<your-mcp-dns-or-ip>/mcp/",
"headers": {
"Authorization": "Bearer <your access token>",
"Account-ID": "<your-tuskr-account-id>"
}
}
}
}
The Authorization is mandatory.
The Account-ID is not required and can be set on the server side using the TUSKR_ACCOUNT_ID env variable. It's convenient in case you have single MCP Server for organization.
For local development and integration with tools like uvx, use the stdio transport:
{
"mcpServers": {
"tuskr": {
"transport": "stdio",
"command": "uvx",
"args": ["tuskr-mcp-server", "--transport", "stdio"]
}
}
}
or use uv with source code:
{
"mcpServers": {
"tuskr": {
"transport": "stdio",
"command": "uv",
"args": [
"--directory",
"/path/to/your/tuskr-mcp-server",
"run",
"src/main.py",
"--transport",
"stdio"
]
}
}
}
uv sync --dev.env from .env.exampleuv run --env-file .env src/main.py
uv run --env-file .env src/main.py --transport stdio
uv run --env-file .env src/main.py --host 127.0.0.1 --port 9000
The project uses pytest for testing. The following command will run all tests
uv run pytest -vsx
The project uses the ruff tool as a linter.
The following command allows to run linter
uv run ruff check
and this command allow to fix formatting
uv run ruff format
The following command allows to build a docker image
docker build -t tuskr-mcp .
and then you can run it using the
docker run -it tuskr-mcp
Выполни в терминале:
claude mcp add tuskr-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.