AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Agentfactory Manufacturing

mcp-panaversity-agentfactory-manufacturing · by panaversity

Per-course bare starting environments for the Manufacturing track of The AI Agent Factory. You direct; your coding agent builds on top.

No reviews yet
0 installs
10 views
0.0% view→install

Install

$ agentstack add mcp-panaversity-agentfactory-manufacturing

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-panaversity-agentfactory-manufacturing)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Agentfactory Manufacturing? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Manufacturing Track Bases

Per-course starting environments for the Manufacturing track of The AI Agent Factory.

Each folder here is the base for one crash course: rules files, MCP wiring, and an env template. On this track you direct, and your coding agent builds the project on top of the base from prompts you paste. Each course's Quick Win walks you through it, and your agent does the setup itself.

| Course | Folder | Download | | ------------------------------------ | ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------- | | Connector-Native Apps | [connector-native-apps/](connector-native-apps) | [connector-native-apps-base.zip](../../releases/latest/download/connector-native-apps-base.zip) | | Plugins for AI Agents | [plugins-crash-course/](plugins-crash-course) | [plugins-crash-course-base.zip](../../releases/latest/download/plugins-crash-course-base.zip) | | RAG on Postgres (pgvector) | [postgres-ai/](postgres-ai) | [postgres-ai-base.zip](../../releases/latest/download/postgres-ai-base.zip) | | Digital FTE | [digital-fte/](digital-fte) | [digital-fte-base.zip](../../releases/latest/download/digital-fte-base.zip) | | AI Agent Nervous System | [ai-agent-nervous-system/](ai-agent-nervous-system) | [ai-agent-nervous-system-base.zip](../../releases/latest/download/ai-agent-nervous-system-base.zip) | | Workforce with Paperclip | [paperclip-workforce/](paperclip-workforce) | [paperclip-workforce-base.zip](../../releases/latest/download/paperclip-workforce-base.zip) | | Eval-Driven Development | [eval-driven-development/](eval-driven-development) | [eval-driven-development-base.zip](../../releases/latest/download/eval-driven-development-base.zip) | | Owner Delegation with Identic AI | [identic-ai/](identic-ai) | [identic-ai-base.zip](../../releases/latest/download/identic-ai-base.zip) | | AI Identity (Sign-In & Agent Access) | [ai-identity/](ai-identity) | [ai-identity-base.zip](../../releases/latest/download/ai-identity-base.zip) |

The bases share one spine: Neon and Context7 over MCP, database work through Neon MCP only (dev-plane), audit in the same transaction, and skills the agent installs (skill-creator, mcp-builder, plus whatever a course needs). They differ in that skill set, which is why each course gets its own folder. The Paperclip base is the exception: Paperclip ships its own embedded Postgres and is driven through its CLI and REST API, so that base has no Neon, no Context7, and no .mcp.json; the skills it installs are Paperclip's own operator skills (paperclip-create-agent, diagnose-why-work-stopped). The Eval-Driven Development base adds one more spine member: a local, keyless phoenix MCP (@arizeai/phoenix-mcp against http://localhost:6006) alongside Neon and Context7, dormant until the course launches Phoenix. The Identic AI base keeps the Neon + Context7 spine for its governance ledger and verify-before-you-code habit, and adds the official paperclip MCP (@paperclipai/mcp-server, against a local sandbox) as a third server, so an OpenClaw delegate can read and resolve approvals without a hand-written client. The Plugins for AI Agents base is the other exception: it teaches you to build a coding-agent plugin, not a data agent, so it carries no Neon, no Context7, and no .mcp.json spine. Instead it ships a reference/ proven build of the plugin you make (with its own verify.sh green-gate and a runnable MCP server to wire), and the agent installs the official Plugin Structure skill rather than the data spine's skills. The AI Identity base teaches you to build an identity service rather than a data agent, and like every base it is lean — rules, a library of specs/ with adversarial acceptance criteria, the reader prompts, and one shipped skill (agent-identity-issuer, the gap the official skills leave: OIDC/OAuth issuance and agent identity). It carries the Neon + Context7 spine over MCP and adds a course-specific better-auth MCP (for the moving 1.7 / CIMD surface) in .mcp.json. It pre-builds no app: specs/00-set-up-the-base directs the agent to scaffold Next.js + shadcn, install the official Better Auth skills, and pin the Better Auth 1.7 line (where CIMD lives). One twist on the spine: here Neon is the app's own store (@neondatabase/serverless, no native build) and migrations run through Better Auth's CLI, so the Neon MCP is for provisioning and inspection rather than the dev-plane migration pattern; the OAuth/OIDC issuer is the thing you manufacture.

How a base is used

Open a course folder in your coding agent (Claude Code or OpenCode). CLAUDE.md loads AGENTS.md, which carries the standing rules and tells the agent how to install the course's skills and confirm the MCP servers. Then follow the course.

Reference solutions

The worked-examples/ folder holds the finished build for a course, for after you have done it yourself. These are full reference solutions (the complete code, verified end to end), not bare bases, so they are deliberately kept out of the release zips. Treat them as the answer key: read them when you are stuck or want to compare, not as your starting point.

| Course | Reference solution | | ------------------------------------ | ------------------------------------------------------------------------------------- | | Connector-Native Apps | [worked-examples/connector-native-apps/](worked-examples/connector-native-apps) | | Digital FTE | [worked-examples/digital-fte/](worked-examples/digital-fte) | | Owner Delegation with Identic AI | [worked-examples/identic-ai/](worked-examples/identic-ai) | | Give Your AI Agent a Nervous System | [worked-examples/ai-agent-nervous-system/](worked-examples/ai-agent-nervous-system) | | AI Identity (Sign-In & Agent Access) | [worked-examples/ai-identity/](worked-examples/ai-identity) |

Adding a course

Add a folder with the base files (copy an existing one, adjust AGENTS.md's skill list and .mcp.json if the course needs another server). On the next v* tag, CI builds -base.zip and attaches it to the Release.

For how a base takes a model credential (free-by-default Gemini, one provider-named key, the agent proves it at setup), follow [MODEL-PROVIDER-STANDARD.md](MODEL-PROVIDER-STANDARD.md). postgres-ai is the reference implementation.

License

Apache-2.0.

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.