Skip to content

testlemon/testlemon-mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An official Testlemon Model Context Protocol (MCP) server Implementation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published