Skip to main content
Glama

PRD Creator MCP Server

package.json1.24 kB
{ "name": "prd-creator-mcp", "version": "0.1.1", "description": "A Model Context Protocol server for creating Product Requirements Documents", "main": "dist/index.js", "type": "module", "bin": { "prd-creator-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node-esm src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write \"src/**/*.ts\"" }, "keywords": [ "prd", "mcp", "product-requirements-document", "model-context-protocol" ], "author": "Sam Lyndon", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "openai": "^4.96.0", "sqlite3": "^5.1.6", "uuid": "^9.0.0", "winston": "^3.8.2", "zod": "^3.21.4", "dotenv": "^16.4.5" }, "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^18.16.16", "@types/sqlite3": "^3.1.8", "@types/uuid": "^9.0.2", "@typescript-eslint/eslint-plugin": "^5.59.11", "@typescript-eslint/parser": "^5.59.11", "eslint": "^8.42.0", "jest": "^29.5.0", "prettier": "^2.8.8", "ts-jest": "^29.1.0", "ts-node": "^10.9.1", "typescript": "^5.1.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/Saml1211/PRD-MCP-Server'

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