Back to Home
tuongle-learn icon

testlink-mcp-server

Verified Safe

by tuongle-learn

Overview

Manages TestLink QA system entities (test cases, plans, suites) via AI agents (Claude, Cursor) using the Model Context Protocol.

Installation

Run Command
docker run -i --rm -e TESTLINK_URL=https://your-testlink-server.com -e TESTLINK_API_KEY=your_api_key_here tle2709/testlink-mcp:latest

Environment Variables

  • TESTLINK_URL
  • TESTLINK_API_KEY

Security Notes

The server correctly uses environment variables for TestLink API credentials. It does not contain direct arbitrary code execution vulnerabilities (e.g., 'eval' on user input). The 'robust_call' mechanism calls predefined TestLink API methods or their raw XML-RPC equivalents, not arbitrary user-supplied method names. The main security considerations are ensuring the TestLink API itself is secured and that the client-side configuration (e.g., Claude Desktop, Cursor) protects the `TESTLINK_API_KEY` from unauthorized access.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-03

Tags

QATestLinkAI AgentsMCPDocker