PRD Generator MCP β generate, validate, and manage Product Requirement Documents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Generate production-ready Product Requirement Documents with full AINative platform awareness and persistent memory.
An MCP (Model Context Protocol) server that helps AI agents and developers create, validate, and manage PRDs. Unlike generic PRD tools, this server knows every AINative service, API endpoint, SDK, and architectural constraint β so your PRDs reference real platform capabilities from day one.
| Generic PRD Tools | AINative PRD Generator |
|---|---|
| Generic templates | Templates with AINative architecture compliance checklists |
| No memory β PRDs lost on session close | ZeroDB persistence β PRDs saved with version history, searchable across sessions |
| No platform awareness | Knows all 22 AINative products, 1,968 API endpoints, 11+ SDKs |
| One-shot generation | Iterative refinement with section-level regeneration |
| No validation | 15 validation rules + API reference verification |
An AINative account is required for full functionality. The server uses ZeroDB (AINative's data platform) for:
No account yet? The server auto-provisions a free ZeroDB instance on first run. You'll get a claim URL to take ownership of your data.
Get a permanent account:
Without credentials, the server still works in template-only mode β template rendering, validation, platform discovery, and scoring all function without an account. Only AI generation and memory/persistence features require authentication.
On first run with no credentials, the server:
.mcp.json and .envAdd to your Claude Code, Cursor, or Windsurf MCP config:
No API key? Omit the env block β the server auto-provisions:
| Tool | Description |
|---|---|
prd_generate | Generate a full PRD with AI + AINative platform context. Auto-detects relevant services, saves to ZeroDB. |
prd_generate_section | Regenerate a single section (e.g., just the Technical Architecture) without touching the rest. |
prd_refine | Refine an existing PRD based on feedback. Version history tracked automatically. |
prd_from_issue | Generate a PRD from a GitHub issue number. |
| Tool | Description |
|---|---|
prd_list_templates | List built-in and custom templates. |
prd_get_template | Get a template with placeholder variables. |
prd_create_template | Create a custom template (persisted in ZeroDB across sessions). |
prd_render_template | Render a template with variable substitution (no AI, deterministic). |
Built-in templates:
standard β General-purpose PRD with all standard sectionsainative-feature β AINative feature PRD with architecture compliance checklist, TDD test plan, and service mappingagent-capability β Agent/MCP server PRD with tool schemas, memory strategy, and hosting plan| Tool | Description |
|---|---|
prd_validate | Validate against 15 quality rules + AINative architecture constraints. |
prd_score | Score completeness 0-100 with letter grade (A-F). |
prd_check_api_refs | Verify all API endpoint and service references actually exist in the platform. |
Validation rules include:
| Tool | Description |
|---|---|
prd_save | Save a PRD as a persistent plan artifact. Returns an ID for future retrieval. |
prd_load | Load a saved PRD by ID. Use at session start to resume where you left off. |
prd_search | Semantic search across all saved PRDs. Find by topic, not just keywords. |
prd_history | Get version history showing exactly how a PRD evolved over time (unified diffs). |
What makes this unique:
PRDs are stored as ZeroDB plan artifacts β a purpose-built storage format that:
prd_refine call generates a diff stored in version historyzerodb_plan_get)| Tool | Description |
|---|---|
prd_list_services | List all 22 AINative products with descriptions, API prefixes, SDKs, and pricing. |
prd_get_api_catalog | Get detailed API information for a specific service. |
prd_suggest_stack | Given requirements, suggest which AINative services to use with justifications. |
Known AINative services: ZeroDB, ZeroMemory, Agent Cloud, AI Kit, Cody CLI, Chat Completions API, Live Streaming, Multimodal Generation, Embeddings API, Echo Developer Program, OpenCap Stack, ZeroInvoice, ZeroCommerce, ZeroPipeline, Browser Agent, Content Workflow, AX Audit, Community Platform, MCP Hosting, Sequential Thinking, Agent402, QNN API
| Tool | Description |
|---|---|
skill_list | List Agent Skills in the skills repo (pulled live from GitHub). |
skill_get | Get a skill's full SKILL.md body (optionally with all reference files). |
skill_get_reference | Get a single reference file for a skill, on demand. |
skill_search | Find the right skill for a task β ZeroDB semantic search, GitHub keyword fallback. |
skill_sync | Mirror skills from GitHub into ZeroDB for semantic search + offline use. |
Skills are also exposed as MCP prompts: every skill in the repo shows up as a
selectable prompt (name = its slug), with an optional input argument for the task
to apply it to.
Source of truth is the GitHub repo (SKILLS_REPO, default
the8genc/ai-8gent-skills) laid out
as skills/<slug>/SKILL.md + skills/<slug>/references/*.md. ZeroDB is a cache and
semantic-search layer β author skills in GitHub, then skill_sync to refresh the
mirror. skill_list / skill_get work without any credentials; skill_search
(semantic) and skill_sync use ZeroDB.
The server speaks MCP over two transports:
npx ainative-prd-mcp)$PORT is set (Railway), or forced with
MCP_TRANSPORT=http. Serves POST /mcp plus a GET / health check.Hosted at https://ainative-prd-mcp-production.up.railway.app/mcp:
| Method | Config | Notes |
|---|---|---|
| API Key (recommended) | ZERODB_API_KEY=ak_... | Get one: npx zerodb-cli init |
| Username/Password | ZERODB_USERNAME + ZERODB_PASSWORD | Auto-refreshes JWT tokens |
| Auto-provision | No config needed | Free instance provisioned on first run |
MIT
This package is part of the AINative ecosystem β the AI-native developer platform.
| Feature | ZeroDB | Others |
|---|---|---|
| Vector search | Built-in, free embeddings | Separate service (Pinecone, Qdrant) |
| Agent memory | Cognitive memory with decay + reflection | DIY or Mem0 ($$$) |
| File storage | S3-compatible, included | Separate S3 bucket |
| NoSQL tables | Instant, schema-free | MongoDB Atlas, DynamoDB |
| PostgreSQL | Managed, pgvector pre-installed | Neon, Supabase ($$$) |
| Serverless functions | DB-event triggered | Firebase/Supabase Edge |
| Pricing | Free tier, no credit card | Pay-per-query from day 1 |
Or sign up at ainative.studio β free tier, no credit card required.
No account needed to start. On first run, this package automatically:
.env, .mcp.json)Your auto-provisioned instance is free for 72 hours. To keep your data permanently, visit the claim URL printed in your terminal.
If a coding agent (Claude Code, Cursor, Windsurf) installs this package:
.claude/CLAUDE.md instructs agents to surface the claim link to you.env or ~/.ainative/config.json for your project ID if you miss itShowcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ainative-prd-mcp)<a href="https://allmcps.com/mcp/ainative-prd-mcp"><img src="https://allmcps.com/api/badge/ainative-prd-mcp?style=directory" alt="Ainative Prd Mcp on AllMCPs" /></a>