Skip to main content
Glama
package.json851 B
{ "name": "backlog-mcp", "version": "0.1.0", "description": "Minimal, boring, correct core for persistent backlog state", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "backlog-mcp": "./dist/server.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "clean": "rm -rf dist", "start": "node dist/server.js", "test": "tsx --test src/**/*.test.ts", "dev": "tsx watch src/server.ts" }, "engines": { "node": ">=18.0.0" }, "license": "MIT", "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.7.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.25.1" } }

Latest Blog Posts

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

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