The testlemon-mcp
server is a .NET application that integrates with Testlemon to provide Model Context Protocol (MCP) services for Testlemon projects.
- Connects to testlemon and execute different actions.
- Docker installed on your machine
- Access to the target Testlemon instance
- Clone the repository:
git clone <repo-url>
cd <repo-url>
- Build Docker image:
docker build -t itbusina/testlemon-mcp:latest -f src/Dockerfile .
Open MCP config file and setup MCP server.
{
"servers": {
"testlemon-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"itbusina/testlemon-mcp:latest"
],
"env": {
}
}
}
}
You can now interact with mcp server from GitHub Copilot chat in Agent
mode.