MCP Server
MCP
io.github.Eason0in/testlink-mcp
AI-friendly, safety-first TestLink MCP server
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "testlink-mcp",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "TestLink base URL",
"name": "TESTLINK_URL"
},
{
"description": "TestLink API developer key",
"isSecret": true,
"name": "TESTLINK_DEV_KEY"
},
{
"description": "Use deterministic demo data",
"name": "TESTLINK_DEMO_MODE"
},
{
"description": "Allow confirmed writes",
"name": "TESTLINK_WRITE_ENABLED"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment