Skip to main content
Glama

qasphere-mcp

by Hypersequent
package.json1.23 kB
{ "name": "qasphere-mcp", "version": "0.2.1", "description": "MCP server for QA Sphere integration", "type": "module", "main": "dist/index.js", "bin": { "qasphere-mcp": "./dist/index.js" }, "files": ["dist", "README.md", "LICENSE"], "repository": { "type": "git", "url": "git+https://github.com/Hypersequent/qasphere-mcp.git" }, "keywords": ["mcp", "qasphere", "tms"], "author": "Hypersequent", "license": "MIT", "scripts": { "build": "tsc && chmod +x dist/index.js", "dev": "tsx src/index.ts", "lint": "biome lint --write .", "format": "biome format --write .", "inspector": "npx @modelcontextprotocol/inspector tsx src/index.ts", "test": "vitest run", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.6.7", "dotenv": "^16.4.5", "zod": "^3.22.4" }, "devDependencies": { "@biomejs/biome": "1.9.4", "@types/node": "^22.13.16", "husky": "^9.1.7", "lint-staged": "^15.5.1", "tsx": "^4.19.3", "typescript": "^5.8.2", "vitest": "^3.1.1" }, "lint-staged": { "*.{ts,js}": ["biome lint --write", "biome format --write"], "*.json": "biome format --write" } }

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/Hypersequent/qasphere-mcp'

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