Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Ainative Prd Mcp
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:44:22 PM

Ainative Prd Mcp

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

PRD Generator MCP β€” generate, validate, and manage Product Requirement Documents.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "ainative-prd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "ainative-prd-mcp"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

AINative PRD Generator MCP Server

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.

Why This MCP?

Generic PRD ToolsAINative PRD Generator
Generic templatesTemplates with AINative architecture compliance checklists
No memory β€” PRDs lost on session closeZeroDB persistence β€” PRDs saved with version history, searchable across sessions
No platform awarenessKnows all 22 AINative products, 1,968 API endpoints, 11+ SDKs
One-shot generationIterative refinement with section-level regeneration
No validation15 validation rules + API reference verification

Requirements

An AINative account is required for full functionality. The server uses ZeroDB (AINative's data platform) for:

  • Persistent PRD storage with automatic version tracking
  • Semantic search across all your saved PRDs
  • AI-powered PRD generation via AINative's chat completions API
  • Custom template storage

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:

Terminal
npx zerodb-cli init          # Interactive setup
# or sign up at https://ainative.studio

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.

Quick Start

Option 1: npx (recommended)

Terminal
npx ainative-prd-mcp

On first run with no credentials, the server:

  1. Provisions a free ZeroDB instance (~800ms)
  2. Saves credentials to .mcp.json and .env
  3. Prints a claim URL β€” visit it to take permanent ownership

Option 2: With existing API key

bash
ZERODB_API_KEY=ak_your_key npx ainative-prd-mcp

MCP Configuration

Add to your Claude Code, Cursor, or Windsurf MCP config:

config.json
{
  "mcpServers": {
    "prd-generator": {
      "command": "npx",
      "args": ["-y", "ainative-prd-mcp"],
      "env": {
        "ZERODB_API_KEY": "ak_your_key",
        "ZERODB_API_URL": "https://api.ainative.studio"
      }
    }
  }
}

No API key? Omit the env block β€” the server auto-provisions:

config.json
{
  "mcpServers": {
    "prd-generator": {
      "command": "npx",
      "args": ["-y", "ainative-prd-mcp"]
    }
  }
}

Tools (23)

Generation (4 tools)

ToolDescription
prd_generateGenerate a full PRD with AI + AINative platform context. Auto-detects relevant services, saves to ZeroDB.
prd_generate_sectionRegenerate a single section (e.g., just the Technical Architecture) without touching the rest.
prd_refineRefine an existing PRD based on feedback. Version history tracked automatically.
prd_from_issueGenerate a PRD from a GitHub issue number.

Templates (4 tools)

ToolDescription
prd_list_templatesList built-in and custom templates.
prd_get_templateGet a template with placeholder variables.
prd_create_templateCreate a custom template (persisted in ZeroDB across sessions).
prd_render_templateRender a template with variable substitution (no AI, deterministic).

Built-in templates:

  • standard β€” General-purpose PRD with all standard sections
  • ainative-feature β€” AINative feature PRD with architecture compliance checklist, TDD test plan, and service mapping
  • agent-capability β€” Agent/MCP server PRD with tool schemas, memory strategy, and hosting plan

Validation (3 tools)

ToolDescription
prd_validateValidate against 15 quality rules + AINative architecture constraints.
prd_scoreScore completeness 0-100 with letter grade (A-F).
prd_check_api_refsVerify all API endpoint and service references actually exist in the platform.

Validation rules include:

  • Structure checks (title, intro, features, acceptance criteria, timeline)
  • Content checks (problem statement, user stories, test plan, security)
  • AINative-specific checks (correct API paths, ZeroDB usage, no third-party memory services)

Memory β€” ZeroDB-Powered (4 tools)

ToolDescription
prd_saveSave a PRD as a persistent plan artifact. Returns an ID for future retrieval.
prd_loadLoad a saved PRD by ID. Use at session start to resume where you left off.
prd_searchSemantic search across all saved PRDs. Find by topic, not just keywords.
prd_historyGet 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:

  • Survives across sessions β€” close your editor, come back tomorrow, your PRDs are still there
  • Tracks every change β€” every prd_refine call generates a diff stored in version history
  • Supports semantic search β€” find PRDs by meaning ("billing features", "agent deployment") not just title
  • Cross-tool access β€” PRDs saved here are also accessible via the ZeroMemory MCP tools (zerodb_plan_get)

Platform Discovery (3 tools)

ToolDescription
prd_list_servicesList all 22 AINative products with descriptions, API prefixes, SDKs, and pricing.
prd_get_api_catalogGet detailed API information for a specific service.
prd_suggest_stackGiven 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

Skills β€” GitHub-backed, ZeroDB-cached (5 tools)

ToolDescription
skill_listList Agent Skills in the skills repo (pulled live from GitHub).
skill_getGet a skill's full SKILL.md body (optionally with all reference files).
skill_get_referenceGet a single reference file for a skill, on demand.
skill_searchFind the right skill for a task β€” ZeroDB semantic search, GitHub keyword fallback.
skill_syncMirror 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.

Transports & Hosting

The server speaks MCP over two transports:

  • stdio β€” default for local use (npx ainative-prd-mcp)
  • Streamable HTTP β€” auto-selected when $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:

config.json
{
  "mcpServers": {
    "prd-generator": {
      "type": "http",
      "url": "https://ainative-prd-mcp-production.up.railway.app/mcp"
    }
  }
}

Examples

Generate a PRD for a new feature

Code
> Use prd_generate to create a PRD for adding webhook notifications to Agent Cloud

Result: Full PRD generated with:
- Correct API paths (/api/v1/agents/webhooks/*)
- ZeroDB for event storage
- Architecture compliance checklist
- TDD test plan with pytest commands
- Saved to ZeroDB with ID for future sessions

Search past PRDs

Code
> Use prd_search to find PRDs about billing

Result: 3 PRDs found:
- "PRD: Developer Earnings Dashboard" (similarity: 0.89)
- "PRD: Credit System Overhaul" (similarity: 0.82)
- "PRD: Invoice Generation" (similarity: 0.78)

Validate a PRD

Code
> Use prd_validate on this PRD content

Result: Score 73/100 (C)
- Missing: acceptance criteria
- Missing: test plan
- Warning: References "Firebase" β€” should use ZeroDB instead
- 12/15 rules passed

Authentication

MethodConfigNotes
API Key (recommended)ZERODB_API_KEY=ak_...Get one: npx zerodb-cli init
Username/PasswordZERODB_USERNAME + ZERODB_PASSWORDAuto-refreshes JWT tokens
Auto-provisionNo config neededFree instance provisioned on first run

Architecture

Code
ainative-prd-mcp/
β”œβ”€β”€ index.js                          # MCP server + auto-provisioning
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ client/zerodb-client.js       # ZeroDB API client (auth, plans, memory, chat)
β”‚   β”œβ”€β”€ tools/
β”‚   β”‚   β”œβ”€β”€ generation-tools.js       # PRD generation (4 tools)
β”‚   β”‚   β”œβ”€β”€ template-tools.js         # Template management (4 tools)
β”‚   β”‚   β”œβ”€β”€ validation-tools.js       # PRD validation (3 tools)
β”‚   β”‚   β”œβ”€β”€ memory-tools.js           # Persistent storage (4 tools)
β”‚   β”‚   └── platform-tools.js         # Service discovery (3 tools)
β”‚   β”œβ”€β”€ templates/                    # Built-in Markdown templates
β”‚   β”‚   β”œβ”€β”€ standard.md
β”‚   β”‚   β”œβ”€β”€ ainative-feature.md
β”‚   β”‚   └── agent-capability.md
β”‚   └── knowledge/
β”‚       └── platform-manifest.json    # All 22 AINative products/services/APIs
β”œβ”€β”€ .claude/CLAUDE.md                 # Rules for Claude Code agents
β”œβ”€β”€ .cody/CODY.md                     # Rules for Cody/other agents
β”œβ”€β”€ .cody/skills/prd-generator/       # Agent skill definition
└── tests/tools.test.js               # 22 tests

Development

bash
git clone https://github.com/AINative-Studio/ainative-prd-mcp.git
cd ainative-prd-mcp
npm install
npm test              # Run 22 tests
npm run test:coverage # With coverage report

Related

  • ZeroDB MCP Server β€” Full data platform (77 tools)
  • ZeroDB Memory MCP β€” Agent memory (18 tools)
  • AINative Documentation β€” Full platform docs
  • ZeroDB CLI β€” Quick setup tool

License

MIT


Powered by ZeroDB + AINative

This package is part of the AINative ecosystem β€” the AI-native developer platform.

Why ZeroDB?

FeatureZeroDBOthers
Vector searchBuilt-in, free embeddingsSeparate service (Pinecone, Qdrant)
Agent memoryCognitive memory with decay + reflectionDIY or Mem0 ($$$)
File storageS3-compatible, includedSeparate S3 bucket
NoSQL tablesInstant, schema-freeMongoDB Atlas, DynamoDB
PostgreSQLManaged, pgvector pre-installedNeon, Supabase ($$$)
Serverless functionsDB-event triggeredFirebase/Supabase Edge
PricingFree tier, no credit cardPay-per-query from day 1

Get Started Free

Terminal
npx zerodb-cli init    # Auto-configures your IDE

Or sign up at ainative.studio β€” free tier, no credit card required.

View all ZeroDB packages β†’


Zero-Config Auto-Provisioning

No account needed to start. On first run, this package automatically:

  1. Provisions a free ZeroDB instance (~800ms)
  2. Saves credentials locally (.env, .mcp.json)
  3. Prints a claim link in your terminal

The 72-Hour Window

Your auto-provisioned instance is free for 72 hours. To keep your data permanently, visit the claim URL printed in your terminal.

For AI Agents

If a coding agent (Claude Code, Cursor, Windsurf) installs this package:

  • Auto-provisions without human intervention
  • The claim URL appears in agent output β€” visit it to take ownership
  • .claude/CLAUDE.md instructs agents to surface the claim link to you
  • Check .env or ~/.ainative/config.json for your project ID if you miss it

Related MCP Servers

View all in Developer Tools View all alternatives
  • Q
    Quiz Generator Ai Mcp

    AI-powered quiz generator ai MCP server for agents. Supports generate quiz, validate answers...

    πŸ’» Developer Tools0 views
    Compare vs Quiz Generator Ai Mcp β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • U
    U He Preset Randomizer

    Generate, randomize, explain, and manage u-he synthesizer presets via the Model Context Protocol.

    πŸ’» Developer Tools0 views
    Compare vs U He Preset Randomizer β†’

Frequently Asked Questions about Ainative Prd Mcp

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ainative-prd-mcp": { "command": "npx", "args": ["-y", "ainative-prd-mcp"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAinative Prd Mcp AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ainative-prd-mcp?style=directory)](https://allmcps.com/mcp/ainative-prd-mcp)
HTML Embed
<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>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 7h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Ainative Prd Mcp β†’Install in Claude DesktopInstall in CursorInstall in VS Code