Skip to main content
Glama

Backlog MCP Server

package.json1.64 kB
{ "name": "backlog-mcp-server", "version": "0.4.0", "type": "module", "bin": { "backlog-mcp-server": "./build/index.js" }, "license": "MIT", "scripts": { "dev": "NODE_ENV=development node --loader ts-node/esm src/index.ts", "prebuild": "node scripts/replace-version.js", "build": "tsc && chmod 755 build/index.js", "test": "NODE_OPTIONS=--experimental-vm-modules jest", "test:coverage": "NODE_OPTIONS=--experimental-vm-modules jest --coverage", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --check \"**/*.{ts,tsx}\"", "format:fix": "prettier --write \"**/*.{ts,tsx}\"" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "backlog-js": "^0.13.6", "cosmiconfig": "^9.0.0", "dotenv": "^16.5.0", "env-var": "^7.5.0", "graphql": "^16.11.0", "node-fetch": "^3.3.2", "pino": "^9.9.0", "pino-pretty": "^13.1.1", "yargs": "^18.0.0", "zod": "^3.24.3" }, "devDependencies": { "@eslint/js": "^9.24.0", "@release-it/conventional-changelog": "^10.0.1", "@types/jest": "^29.5.14", "@types/node": "^22.14.1", "@types/yargs": "^17.0.33", "@typescript-eslint/eslint-plugin": "^8.30.1", "@typescript-eslint/parser": "^8.30.1", "@typescript-eslint/utils": "^8.30.1", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.2.6", "jest": "^29.7.0", "prettier": "^3.5.3", "release-it": "^19.0.0", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }

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/nulab/backlog-mcp-server'

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