Skip to main content
Glama

Backlog MCP Server

by fleagne
package.json948 B
{ "name": "backlog-mcp-server", "version": "0.3.1", "description": "MCP Server for Backlog API integration", "license": "MIT", "author": "Toshinori Suzuki <toshinori.s9252@gmail.com>", "repository": { "type": "git", "url": "git+https://github.com/fleagne/backlog-mcp-server.git" }, "bugs": "https://github.com/fleagne/backlog-mcp-server/issues", "keywords": [ "backlog", "mcp" ], "type": "module", "bin": { "mcp-server-backlog": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "debug": "npm run build && npx @modelcontextprotocol/inspector build/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "1.6.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^22.13.9", "typescript": "^5.8.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/fleagne/backlog-mcp-server'

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