Skip to main content
Glama

TestRail MCP Server

by moneyforward
package.json960 B
{ "name": "mcp-testrail", "version": "1.0.0", "description": "MCP server for TestRail integration", "type": "module", "main": "dist/index.js", "bin": { "mcp-testrail": "dist/index.js" }, "scripts": { "build": "tsc", "watch": "tsc --watch", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "lint": "eslint src/**/*.ts", "test": "jest" }, "keywords": [ "mcp", "testrail", "testing", "model-context-protocol" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.6.0", "axios": "^1.6.0", "dotenv": "^16.3.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.10.0", "@typescript-eslint/eslint-plugin": "^6.13.0", "@typescript-eslint/parser": "^6.13.0", "eslint": "^8.55.0", "jest": "^29.7.0", "ts-node": "^10.9.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.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/moneyforward/mcp-testrail'

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