Skip to main content
Glama

Qase MCP Server

by RayYokoyama
package.json887 B
{ "name": "qase-mcp-server", "version": "1.0.0", "description": "MCP server for Qase test management platform", "type": "module", "main": "build/index.js", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "dev": "nodemon --watch 'src/**/*.ts' --exec 'node --loader ts-node/esm' src/index.ts", "start": "node build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "mcp", "qase", "test-management" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "axios": "^1.8.4" }, "devDependencies": { "ts-jest": "^29.3.0", "jest": "^29.7.0", "axios-mock-adapter": "^2.1.0", "@types/jest": "^29.5.14", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "engines": { "node": "23.5.0" } }

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/RayYokoyama/qase-mcp-server'

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