Skip to main content
Glama

Xray MCP Server

package.json1.31 kB
{ "name": "xray-mcp", "version": "1.0.0", "type": "module", "main": "dist/index.js", "bin": { "xray-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "vitest run", "test:watch": "vitest", "test:ui": "vitest --ui", "test:unit": "vitest run tests/unit", "test:integration": "vitest run tests/integration", "test:coverage": "vitest run --coverage" }, "keywords": [ "mcp", "xray", "test-management", "jira", "xray-cloud", "model-context-protocol", "claude-code" ], "author": "", "license": "ISC", "description": "Model Context Protocol (MCP) server for Xray Cloud API integration with Claude Code", "repository": { "type": "git", "url": "https://github.com/yourusername/xray-mcp.git" }, "bugs": { "url": "https://github.com/yourusername/xray-mcp/issues" }, "homepage": "https://github.com/yourusername/xray-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "axios": "^1.12.2" }, "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.9.1", "@vitest/ui": "^4.0.2", "nock": "^14.0.10", "tsx": "^4.20.6", "typescript": "^5.9.3", "vitest": "^4.0.2" } }

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/c4m3lblue-star/xray-mcp'

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