loading…
Search for a command to run...
loading…
Enables interaction with TestIT test management platform, allowing management of projects, work items, test runs, test plans, and analytics.
Enables interaction with TestIT test management platform, allowing management of projects, work items, test runs, test plans, and analytics.
Production-ready MCP server for TestIT focused on WorkItems, TestRuns, and TestPlans.
PrivateToken or Bearer scheme.TESTIT_PROJECT_ID.projectId (UUID) or projectName.stdio transport for local MCP clients (npx or local build).This server uses the TestIT API Key:
TESTIT_TOKEN.Authorization: PrivateToken {token} by default.Bearer , it uses it as is.TESTIT_URL=https://testit.instance.com/
TESTIT_TOKEN=your-api-token
# Optional default project (UUID):
# TESTIT_PROJECT_ID=550e8400-e29b-41d4-a716-446655440000
TESTIT_URL requiredTESTIT_TOKEN requiredTESTIT_PROJECT_ID optionalgit clone https://github.com/iampopovich/testit-mcp-server.git
cd testit-mcp-server
npm install
cp .env.example .env
npm run build
npm start
{
"mcpServers": {
"testit": {
"command": "npx",
"args": ["-y", "testit-mcp-server"],
"env": {
"TESTIT_URL": "https://{testit-instance-address}",
"TESTIT_TOKEN": "{your-api-token}",
"TESTIT_PROJECT_ID": "{TestIT-project-uuid}"
}
}
}
}
Выполни в терминале:
claude mcp add testit-mcp-server -- npx Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development