The Open-Source AI-Native Startup OS

100+ tools across 12 architectural layers. A complete business operating system that rivals Salesforce, HubSpot, and Rippling — for near-zero licensing cost.

$200–500
/month total infra
12
Architecture Layers
~2,000
MCP Servers Indexed
$70–330K
/year SaaS equivalent
The Bigger Picture

Before diving into 12 layers of tooling, here's how they fit together. Think of it as five tiers — from what your team sees daily down to the infrastructure that makes it all work, with the MCP Agent Mesh as the nervous system connecting everything.

🧭
Read Top-Down
Start from what your team touches daily (dashboards, chat) and work down through the revenue engine to the infrastructure that powers it.
The Agent Mesh is the Center
Layer 7 (n8n + Temporal + MCP) is the nervous system. It's what lets an AI agent pull CRM data, check analytics, draft an email, and file a ticket — in one workflow.
🟢
Green Dots = AI-Ready
Blocks with a green dot have MCP support today — meaning AI agents can already interact with them natively. These are your highest-leverage starting points.
⚠️
Two Real Gaps
Sales prospecting/enrichment (Layer 3) and OKR tracking (Layer 11) are the only areas with no mature open-source solution. Budget for commercial APIs or workarounds.
01
Mission Control
Where Grafana meets natural language
Metabase
★ ~44.1K AGPL-3.0 No MCP
Best choice for non-technical CEOs. MetaBot converts plain English to SQL. Setup under 5 minutes with single Docker container. Lacks MCP and real-time streaming.
Wren AI
★ ~14K AGPL-3.0 MCP Native
Dark horse — 5x growth in 2025. Entire product is AI-native: text-to-SQL, text-to-chart, conversational BI with semantic engine. Works with OpenAI, Anthropic, Gemini, Ollama.
⚡ Recommended Architecture

Grafana (real-time dashboards + alerting + MCP) paired with Wren AI (NL querying + semantic layer) as the conversational interface.

02
Unified Customer Funnel
Twenty CRM dominates
NocoBase
★ ~21.7K AGPL-3.0 No MCP
“AI Employee” framework that understands business context, participates in workflows, auto-generates records. No-code/low-code — you build a CRM rather than use pre-built. Maximum flexibility.
Huly
★ ~25K EPL-2.0 No MCP
All-in-one: PM + CRM + HRM + Chat + Virtual Office. EPL-2.0 (no copyleft). CRM module less mature but eliminates 5+ tools for sprawl-averse startups.
03
Sales & GTM
Real gaps in open source
⚠ Ecosystem Gap

No mature open-source alternatives exist for Apollo.io (prospecting), Clay (data enrichment), or Outreach (sales engagement). Budget for commercial APIs or build custom n8n workflows.

Mautic
★ ~8.4K GPL-3.0 No MCP
Visual campaign builders, lead scoring, A/B testing, multi-channel engagement. Scales to 2M+ contacts, 4M+ weekly emails. Requires significant DevOps to self-host.
Papermark
★ ~8K AGPL-3.0 No MCP
Document sharing with analytics — track how prospects engage with pitch decks, contracts, and proposals. Open-source DocSend alternative.
⚡ Workaround

Build custom prospecting/enrichment workflows using n8n (169K stars) with commercial API credits for LinkedIn, email verification, and data enrichment.

04
Customer Support
Chatwoot on channels, Live Helper Chat on voice
Live Helper Chat
★ ~2.1K Apache 2.0 No MCP
Best-in-class voice, video, screenshare via Jitsu/Agora. 10,000+ chats/day. Integrates ChatGPT, Rasa, DeepPavlov, Ollama, Gemini without coding. Battle-tested in banks.
Zammad
★ ~4.8K AGPL-3.0 MCP (3rd-party)
Enterprise ticketing with German data sovereignty. LDAP/SSO, Elasticsearch full-text search. AI Ticket Summary + Writing Assistant. Only support tool with MCP server.
05
Marketing & Content
PostHog is the Swiss Army knife
Listmonk
★ ~19K AGPL-3.0 MCP Community
Single Go binary handling millions of subscribers. Multi-SMTP, SQL segmentation. With AWS SES (~$0.10/1K emails), eliminates per-subscriber pricing entirely.
Strapi
★ ~65K MIT MCP Official
Leading headless CMS. REST + GraphQL APIs, official MCP plugin, AI content type generation from natural language or Figma designs.
06
Product & Engineering
Plane is the new standard
Cal.com
★ ~35K AGPL-3.0 MCP Official
Complete Calendly replacement. Native video (Cal Video — no time limits, 300 participants). Collective events, round-robin scheduling, extensive booking rules.
Gitea
★ ~46K MIT No MCP
Self-hosted Git on ~256MB RAM. Issues, PRs, CI/CD (GitHub Actions-compatible), package registry. Forgejo fork is 15% faster under load.
07
The MCP Agent Mesh
The most critical layer
Temporal
★ ~17.6K MIT MCP ★★★★
Gold standard for durable execution. Event-sourced workflow state with automatic replay on failure. Powers Netflix, Snap, Stripe. Workflows run days/weeks/months.
CrewAI
★ ~45K MIT MCP ★★★★★
Multi-agent orchestration framework. Parallel, router, classifier, orchestrator patterns. Pairs with Temporal for durable execution.
⚡ Hidden Gem

mcp-agent by LastMile AI — MCP-native with single config line switching to Temporal-backed durable execution. Arguably the single most aligned tool for an “MCP Agent Mesh.” For event bus: NATS (16K stars, Apache 2.0) — single binary, ms startup, ideal for agent-to-agent comms.

08
Composable Data Stack
Converges on three databases
ClickHouse
★ ~46.3K Apache 2.0
Sub-second analytics on billions of rows. Columnar storage with 10–100x compression. Native vector functions for AI workloads.
Airbyte
★ ~16K ELv2
600+ pre-built connectors with dbt integration and native vector DB destinations (Qdrant, Milvus, Weaviate, Chroma). The data ingestion standard.
⚡ Tiered Architecture

PostgreSQL + pgvector (OLTP + vectors) → ClickHouse (analytics on billions of rows) → DuckDB (30K stars, local/embedded). Transform with dbt Core (11K stars). Total: $200–500/month on a single K8s cluster.

09
Finance
Production-ready options finally exist
Kill Bill
★ ~2K Apache 2.0
Industrial-strength subscription billing — 15+ years, F500 companies, billions in revenue. PCI-compliant. Steep learning curve (Java).
ERPNext
★ ~21K GPL-3.0
Most complete finance: double-entry bookkeeping, Chart of Accounts, multi-company, multi-currency, GST/VAT, bank reconciliation, P&L, balance sheet, payroll.
10
Compliance & Security
No Vanta killer yet
Prowler
★ ~13.3K Apache 2.0 MCP + AI Studio
Multi-cloud compliance (AWS, Azure, GCP, K8s). CIS, SOC 2, HIPAA, ISO 27001 controls. AI-powered features and MCP Server.
OPA
★ ~9.8K Apache 2.0
CNCF Graduated. Policy-as-code with Rego language. AI policy control for governing agent behavior.
⚠ Critical Warning

HashiCorp Vault changed to BSL 1.1 — no longer open source. Use OpenBao (MPL 2.0, Linux Foundation) instead. Includes free multi-tenancy namespaces (Enterprise-only in Vault).

11
Culture & Rhythm
OKR tracking remains a gap
Outline
★ ~37.5K BSL 1.1
Most production-ready team wiki. Real-time collaboration, Markdown, powerful search, SSO/2FA. BSL converts to Apache 2.0 after 3 years. BookStack (MIT) is simpler alternative.
AppFlowy
★ ~67.8K AGPL-3.0
Top Notion alternative. Docs + databases + boards. Rust + Flutter for native performance. AFFiNE (65.6K stars) uniquely fuses documents and whiteboards.
⚠ OKR Gap

No dominant open-source OKR tool exists. Best options: Operately (YC-backed, “open-source startup OS”), OpenProject (configured with custom goal types), and BOJA OKR (free web app).

12
Identity & Permissions
The Zanzibar ecosystem matures
OpenFGA
★ ~3.5K Apache 2.0
Zanzibar-based fine-grained auth. CNCF Incubation, backed by Auth0/Okta. Studio visual editor. Used by Grafana Labs, Docker, Canonical.
Cerbos
★ ~4.3K Apache 2.0 MCP Native
Policy-based access control with best-in-class audit trails. Decision logs: who tried what, which policy, allow/deny. Native MCP for securing AI agent tool calls.
⚡ Recommended Stack

Zitadel (SSO + events) → OpenFGA (fine-grained Zanzibar auth) → Cerbos (policy enforcement + audit + MCP security for agents).

MCP
MCP Readiness Across the Stack
What's truly AI-native today
LayerMCP-Ready ToolMCP Type
Mission ControlGrafana, Wren AINative server
CRMTwenty CRMCommunity server
MarketingPostHogOfficial server
ContentStrapi, GhostOfficial + community
EmailListmonkCommunity server
Project MgmtPlaneNative server
SchedulingCal.comOfficial server
Agent Meshn8nNative client + server
SupportZammad3rd-party server
AuthorizationCerbosNative (AI security)
Cloud SecurityProwlerAI Studio + MCP
CollaborationLiveblocksOfficial server
⚡ Highest-Leverage Work

Building MCP adapters for the remaining tools — ERPNext, Chatwoot, Lago, Zitadel — is the most impactful integration work for making this stack truly agentic.

FULL
The Complete Recommended Stack
Mission Control
Grafana + Wren AI
Dashboard + NL querying + MCP
CRM
Twenty CRM
GraphQL + REST + MCP + modern DX
Sales / GTM
Documenso + Mautic + n8n
E-sign + automation + custom prospecting
Support
Chatwoot + BookStack
12+ channels + Captain AI + KB
Marketing
PostHog + Listmonk + Strapi
Analytics + email + CMS, all MCP
Product / Eng
Plane + Cal.com + Gitea
PM + scheduling + Git, both MCP
Agent Mesh
n8n + Temporal + mcp-agent + NATS
Visual workflows + durable execution + MCP-native
Data
PG/pgvector + ClickHouse + Airbyte + dbt
Tiered storage + ingestion + transform
Finance
Lago + ERPNext
Usage billing + double-entry accounting
Compliance
Trivy + Prowler + OPA + OpenBao
Scanning + compliance + policy + secrets
Culture
Rocket.Chat + Outline + Operately
Comms + docs + OKRs
Identity
Zitadel + OpenFGA + Cerbos
SSO + fine-grained auth + audit + MCP
KEY
Three Highest-Conviction Insights
1

mcp-agent + Temporal is the under-discovered combination that uniquely solves “MCP-native durable agent orchestration” — precisely what an AI-native OS needs at its core.

2

The sales prospecting/enrichment gap is the most painful hole in the open-source ecosystem. Budget for commercial APIs here or invest in building n8n workflows.

3

MCP adoption is accelerating faster than any integration standard in recent memory — 407% growth in indexed servers since September 2025 means tools without MCP support in 2026 are already falling behind.