core performance engineering mcp server
965
This Docker image contains the MCP (Model Context Protocol) server for OpenText Core Performance Engineering.
For more information: https://admhelp.microfocus.com/lrc/en/latest/index.html#/search?q=mcp&lang=en
Use the following command to download the MCP server image:
docker pull performancetesting/opentext_cpe_mcp_server:26.1
Each MCP client (such as Claude Desktop, Cursor, or others) has its own configuration method.
Below is an example configuration for Claude Desktop:
{
"mcpServers": {
"LRC-MCP-SRV": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--env", "CORE_PERFORMANCE_ENGINEERING_URL=https://loadrunner-cloud.saas.microfocus.com",
"--env", "CORE_PERFORMANCE_ENGINEERING_TENANTID=354274891",
"--env", "CORE_PERFORMANCE_ENGINEERING_CLIENT_ID=YYYYYYYYYYYYYYYYYYYYYYYY",
"--env", "CORE_PERFORMANCE_ENGINEERING_CLIENT_SECRET=XXXXXXXXXXXXX",
"performancetesting/opentext_cpe_mcp_server:26.1"
]
}
}
}
Note: The configuration file is typically located under File > Settings < Developer.
Set these environment variables within the "-env" fields in the JSON configuration above.
| Variable | Description |
|---|---|
CORE_PERFORMANCE_ENGINEERING_URL | Your tenant URL, e.g. https://loadrunner-cloud.saas.opentext.com |
CORE_PERFORMANCE_ENGINEERING_TENANTID | Your tenant ID |
CORE_PERFORMANCE_ENGINEERING_CLIENT_ID | Client ID from Tenant management → API Access (Guide: API access keys) |
CORE_PERFORMANCE_ENGINEERING_CLIENT_SECRET | Client secret from Tenant management → API Access |
| (Guide: API access keys) |
Close your LLM client after applying the configuration.
File → Exit.Reopen the LLM client to load the new configuration.
Verify the MCP server in the client:
LRC-MCP-SRV appears in the list.Interact with OpenText Core Performance Engineering:
Verify the container is running on your host:
docker ps
If you encounter configuration errors, verify that:
Content type
Image
Digest
sha256:a04281b0d…
Size
55.3 MB
Last updated
about 2 months ago
docker pull performancetesting/opentext_cpe_mcp_server