MCP Zephyr
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZEPHYR_BASE_URL | No | Base URL for Zephyr Scale Cloud API (optional) | https://api.zephyrscale.smartbear.com/v2 |
| ZEPHYR_API_TOKEN | Yes | Your Zephyr API token (required) | |
| ZEPHYR_PROJECT_KEY | No | Default project key (optional) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_projectsC | List all Zephyr-integrated Jira projects |
| get_projectC | Get detailed information about a specific Zephyr project |
| list_foldersB | List folders in a project or specific folder |
| get_folderC | Get detailed information about a specific folder |
| create_folderC | Create a new folder in a project |
| list_test_casesC | List test cases with optional filtering by project and folder |
| get_test_caseC | Get detailed information about a specific test case |
| create_test_caseC | Create a new test case |
| update_test_caseC | Update an existing test case |
| get_test_stepsB | Get test steps for a test case (paged response, 100 items per page) |
| get_all_test_stepsA | Get all test steps for a test case (handles pagination automatically) |
| append_test_stepsC | Append new test steps to a test case (max 100 steps per request) |
| get_test_scriptB | Get the test script (Gherkin format) for a test case |
| create_test_scriptB | Create or update a test script for a test case (removes existing test steps) |
| create_bdd_test_scriptC | Create a BDD test script using Gherkin format with helper validation |
| list_statusesB | List all available test case statuses (e.g., Draft, Ready, Approved) |
| list_prioritiesB | List all available test case priorities (e.g., High, Medium, Low) |
| get_reference_dataB | Get all reference data (statuses and priorities) in a single call |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/donyfs/mcp-zephyr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server