
OrgGen AI
Generate org charts, entity-relationship models, and C4 architecture diagrams from the agent while scoping or documenting a solo-built product.
Overview
OrgGen AI is a Build-phase MCP server that generates org charts, MCD/ERD data models, and C4 architecture diagrams through a hosted OrgGen project.
What is this MCP server?
- Generates org charts, MCD/ERD data models, and C4 architecture diagrams via OrgGen AI
- Streamable HTTP MCP at www.orggen.ai/api/mcp with optional X-Project-Id header
- Bearer API key from orggen.ai/settings; Pro plan required for key generation
- set_active_project tool plus stored active_project_id to avoid repeating project UUID
- Open-source lineage referenced at github.com/ms-spown/orgschema-ai (repository in server metadata)
- MCP server version 1.0.0
- Remote endpoint: https://www.orggen.ai/api/mcp (streamable-http)
- Required secret header: Authorization Bearer (Pro API key)
What problem does it solve?
Architecture and data-model diagrams drift out of date because drawing them by hand breaks flow during solo shipping.
Who is it for?
Builders on Pro who want agent-generated structure docs while validating scope or documenting backends and services.
Skip if: Casual ideation with no API key or anyone unwilling to use a paid OrgGen Pro account for MCP access.
What do I get? / Deliverables
Your agent emits consistent org, data, and C4 views tied to an OrgGen project so scope and implementation stay aligned.
- Org chart outputs for roles and structure
- MCD/ERD-style data model representations
- C4 architecture diagrams scoped to an OrgGen project
Recommended MCP Servers
Journey fit
Canonical shelf is Build because outputs are living architecture artifacts engineers need during implementation, even when first drafted during validation. Docs is the best fit for C4 diagrams, MCD/ERD models, and org charts that explain system structure to you, cofounders, or contractors.
How it compares
Diagram-and-model generation MCP, not a code generator or infra provisioning skill.
Common Questions / FAQ
Who is ai.orggen/orggen for?
Solo developers and tech leads who need org charts, ERD/MCD models, and C4 diagrams produced from the agent via OrgGen’s hosted MCP.
When should I use ai.orggen/orggen?
Use it when scoping a feature set, onboarding a contractor, or documenting services and data during Build (docs/pm) after you have an OrgGen Pro API key.
How do I add ai.orggen/orggen to my agent?
Register remote MCP https://www.orggen.ai/api/mcp, set Authorization Bearer to your Pro API key from settings, optionally pass X-Project-Id or call set_active_project once.