Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 14 additions & 10 deletions docs/hyperexecute-mcp-suite.md → docs/hyperexecute-mcp-server.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
id: hyperexecute-mcp-suite
title: Introducing HyperExecute MCP Suite
id: hyperexecute-mcp-server
title: Introducing HyperExecute MCP Server
hide_title: false
# sidebar_label: HyperExecute MCP Suite
sidebar_label: HyperExecute MCP Server
description: HyperExecute MCP Server is an AI-native test orchestration platform that dramatically simplifies and accelerates your automated testing workflow.
keywords:
- hyperexecute performance testing
- hyperexecute
- lambdatest
- MCP
- MCP server
url: https://www.lambdatest.com/support/docs/hyperexecute-mcp-suite/
url: https://www.lambdatest.com/support/docs/hyperexecute-mcp-server/
site_name: LambdaTest
slug: hyperexecute-mcp-suite/
slug: hyperexecute-mcp-server/
---

import CodeBlock from '@theme/CodeBlock';
Expand All @@ -36,13 +36,14 @@ import {YOUR_LAMBDATEST_USERNAME, YOUR_LAMBDATEST_ACCESS_KEY} from "@site/src/co
"@type": "ListItem",
"position": 3,
"name": "Languages and Framework",
"item": "https://www.lambdatest.com/support/docs/hyperexecute-mcp-suite/"
"item": "https://www.lambdatest.com/support/docs/hyperexecute-mcp-server/"
}]
})
}}
></script>

# Getting Started with HyperExecute MCP Server
***

## Introduction

Expand All @@ -53,7 +54,7 @@ HyperExecute MCP Server is an AI-native test orchestration platform that dramati
Get a comprehensive overview of HyperExecute's capabilities by watching our introductory video.

<div className="ytframe">
<div className="youtube" data-embed="ZurBm9DvuFI">
<div className="youtube" data-embed="tLe5VPcGDxs">
<div className="play-button"></div>
</div>
</div>
Expand All @@ -63,9 +64,9 @@ Get a comprehensive overview of HyperExecute's capabilities by watching our intr

The Model Context Protocol (MCP) acts like a "USB-C for AI integrations," creating a universal language between AI models and applications. This standardized interface allows AI assistants to connect with diverse software tools, making it significantly easier to expand capabilities across your digital workflow.

## Key Benefits of HyperExecute MCP Suite
## Key Benefits of HyperExecute MCP Server

Here are the key benefits of using HyperExecute MCP Suite:
Here are the key benefits of using HyperExecute MCP Server:

- **Automated Setup:** Reduce configuration time from hours to seconds
- **Smart Analysis:** Automatically identify project types, frameworks, and test structures
Expand All @@ -77,6 +78,7 @@ Here are the key benefits of using HyperExecute MCP Suite:

## Connecting to HyperExecute MCP Server


### Connecting with Cline

#### What is Cline?
Expand Down Expand Up @@ -106,10 +108,12 @@ Cline (The Collaborative AI Coder) is an advanced AI-powered coding assistant th
<img loading="lazy" src={require('../assets/images/hyperexecute-mcp/vs-code-config.webp').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>

3. Add Server Name as **MCP-HyperExecute**.
4. Enter the following URL in the server URL field: `http://mcp.lambdatest.com/hyperexecute/sse?username=[your-lt-username]&accessKey=[your-lt-access-key]`
4. Enter the following URL in the server URL field: `http://mcp.lambdatest.com/hyperexecute?&username=[your-lt-username]&accessKey=[your-lt-access-key]`
6. Replace [your-lt-username] and [your-lt-access-key] with your LambdaTest credentials.
7. Click on **Add Server**.

<img loading="lazy" src={require('../assets/images/hyperexecute-mcp/mcp-add-server.webp').default} alt="automation-dashboard" width="1920" height="868" className="doc_img"/>

### Interacting with HyperExecute MCP Server

Once connected, you can start using Cline to interact with the HyperExecute MCP Server. A common workflow would be:
Expand Down
Loading