{ "name": "ainative-prd-mcp", "version": "1.1.1", "description": "AINative PRD Generator MCP Server — Generate, validate, and manage Product Requirement Documents with full AINative platform awareness and ZeroMemory persistence", "type": "module", "main": "index.js", "bin": { "ainative-prd-mcp": "./index.js" }, "scripts": { "start": "node index.js", "test": "node --test tests/*.test.js", "test:coverage": "c8 node --test tests/*.test.js" }, "keywords": [ "mcp", "mcp-server", "mcp-server-hosting", "model-context-protocol", "model-context-protocol-server", "modelcontextprotocol", "prd", "prd-generator", "prd-creator", "product-requirements", "product-requirements-document", "product-management", "document-generation", "spec-generator", "ainative", "zerodb", "zeromemory", "ai-agents", "agentic-ai", "ai-tool-calling", "agent-memory", "persistent-memory", "semantic-search", "vector-database", "claude", "claude-code", "claude-desktop", "claude-ai-agents", "windsurf", "cursor", "codex", "n8n-ai", "production-ready", "composio-alternative", "ai-product-manager", "technical-spec", "feature-spec", "agile", "user-stories", "acceptance-criteria", "tdd", "validation", "templates", "version-history", "auto-provisioning", "free-tier" ], "author": { "name": "AINative Studio", "email": "toby@rely.ventures", "url": "https://ainative.studio" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/AINative-Studio/ainative-prd-mcp.git" }, "bugs": { "url": "https://github.com/AINative-Studio/ainative-prd-mcp/issues" }, "homepage": "https://github.com/AINative-Studio/ainative-prd-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.24.0", "axios": "^1.7.7", "dotenv": "^16.4.0", "express": "^5.2.1" }, "devDependencies": { "c8": "^8.0.0" }, "files": [ "index.js", "src/**/*.js", "src/templates/*.md", "src/knowledge/*.json", "README.md", "LICENSE", ".env.example", ".claude/", ".cody/" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=18.0.0", "npm": ">=9.0.0" }, "mcpName": "io.github.AINative-Studio/ainative-prd-mcp" }