Skip to main content
Glama

Agile Backlog MCP

by ehartye
package.json•1.12 kB
{ "name": "@agile-mcp/web-ui", "version": "1.0.0", "description": "Web UI for agile backlog visualization", "type": "module", "scripts": { "dev": "concurrently \"npm run dev:server\" \"npm run dev:client\"", "dev:server": "tsx watch server/index.ts", "dev:client": "vite", "build": "tsc && vite build", "preview": "vite preview", "start": "node dist/server/index.js" }, "dependencies": { "@agile-mcp/shared": "*", "cors": "^2.8.5", "express": "^4.21.0", "react": "^18.3.0", "react-dom": "^18.3.0", "react-router-dom": "^6.28.0", "@xyflow/react": "^12.3.0", "d3": "^7.9.0", "lucide-react": "^0.468.0" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/d3": "^7.4.3", "@types/express": "^5.0.0", "@types/node": "^22.0.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.20", "concurrently": "^9.1.0", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", "tsx": "^4.19.2", "typescript": "^5.6.0", "vite": "^6.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/ehartye/agile-backlog-mcp'

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