testlemon-mcp-server

testlemon/testlemon-mcp-server

3.1

If you are the rightful owner of testlemon-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Testlemon MCP server is a .NET application designed to integrate with Testlemon, providing Model Context Protocol (MCP) services for Testlemon projects.

Testlemon MCP server

The testlemon-mcp server is a .NET application that integrates with Testlemon to provide Model Context Protocol (MCP) services for Testlemon projects.

Features

  • Connects to testlemon and execute different actions.

Prerequisites

  • Docker installed on your machine
  • Access to the target Testlemon instance

Local Setup

  1. Clone the repository:
git clone <repo-url>
cd <repo-url>
  1. Build Docker image:
docker build -t itbusina/testlemon-mcp:latest -f src/Dockerfile .

Configuration

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.