Skip to main content
Glama
mrchris2000

MCP DevOps Test Server

by mrchris2000

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEST_SERVER_URLYesURL to your Test server instance
TEST_ACCESS_TOKENYesBase64 encoded personal access token for authentication
TEST_INSECURE_TLSNoDisable TLS certificate validation for self-signed or untrusted server certificatesfalse
TEST_TEAMSPACE_IDYesYour Test teamspace identifier

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_projectsA

Retrieves all projects from the Test system

list_testsB

Retrieves tests from a specific project with optional test type filtering

execute_testA

Execute a test in a specific project by test name. TIMING: Tests typically take 60-180 seconds to complete. AGENT BEHAVIOR: After execution, inform user 'Test started, will complete in ~2 minutes', then wait at least 60 seconds before first status check. Use progressive back-off for subsequent checks: 30s → 45s → 60s → 90s intervals until completion.

get_test_resultsA

Get comprehensive test execution results and report data. PROGRESSIVE POLLING: If status is RUNNING, wait using progressive back-off: 30s → 45s → 60s → 90s between checks. Tests typically complete in 60-180 seconds.

prepare_test_downloadC

Prepare test result download and extract download ID from location header

get_test_log_resultsC

Download and analyze test log results from the zip archive

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrchris2000/mcp-devops-test'

If you have feedback or need assistance with the MCP directory API, please join our Discord server