Skip to main content
Glama

Agile Backlog MCP

by ehartye
package.json•503 B
{ "name": "@agile-mcp/server", "version": "1.0.0", "description": "MCP server for agile backlog management", "type": "module", "main": "dist/index.js", "bin": { "agile-mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js" }, "dependencies": { "@agile-mcp/shared": "*", "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.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/ehartye/agile-backlog-mcp'

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