Skip to main content
Glama
package.json1.04 kB
{ "name": "jira-zephyr-mcp", "version": "1.0.0", "description": "MCP server for integrating with JIRA's Zephyr test management system", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsup src/index.ts --format esm --dts && echo '#!/usr/bin/env node' | cat - dist/index.js > temp && mv temp dist/index.js && chmod +x dist/index.js", "dev": "tsup src/index.ts --format esm --dts --watch", "start": "node dist/index.js", "lint": "eslint src --ext .ts", "typecheck": "tsc --noEmit" }, "keywords": ["mcp", "jira", "zephyr", "test-management", "testing"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.7.0", "dotenv": "^16.4.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^22.0.0", "@typescript-eslint/eslint-plugin": "^8.0.0", "@typescript-eslint/parser": "^8.0.0", "eslint": "^9.0.0", "tsup": "^8.0.0", "typescript": "^5.5.0" }, "engines": { "node": ">=18.0.0" } }

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/leorosignoli/jira-zephyr-mcp'

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