An official Testlemon Model Context Protocol (MCP) server Implementation
{
"mcpServers": {
"testlemon-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An official Testlemon Model Context Protocol (MCP) server Implementation
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
Apache-2.0. View license →
Is it maintained?
Last commit 203 days ago.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Dynamic problem-solving through sequential thought chains
A Model Context Protocol server for searching and analyzing arXiv papers
An open-source AI agent that brings the power of Gemini directly into your terminal.
The official Python SDK for Model Context Protocol servers and clients
MCP Security Weekly
Get CVE alerts and security updates for Testlemon Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The testlemon-mcp server is a .NET application that integrates with Testlemon to provide Model Context Protocol (MCP) services for Testlemon projects.
git clone <repo-url>
cd <repo-url>
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.