MCP-first customer platform for the agentic era: KB, Conversations, CRM, CMS, Outreach, Analytics
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)
Open-source, headless HubSpot alternative.
Website Β· See it in action Β· Documentation Β· MCP Registry
CRM, conversations, outreach, CMS, knowledge base, and analytics on one Postgres schema β exposed as tools your agents drive, not screens you click through. Headless the way a headless CMS is: there's a thin dashboard for settings, auth, and human-in-the-loop review, but the apps themselves have no admin UI. Every action runs through MCP tools, callable from any MCP-compatible client (Claude, Cursor, ChatGPT, custom runners) β same tools, same permissions, same audit log, whether a human or an agent is driving. Munin even ships its own: an in-process, per-org agent runner that answers live conversations and works the curation queue against an LLM provider you configure β so the platform runs out of the box, with external MCP clients optional.

The dashboard β a thin shell for settings, auth, and human-in-the-loop review. No admin UI for app data; it drives the same MCP tools your agents call.

The embeddable chat widget β answering a live customer from the knowledge base, ready to hand off to a human and be picked back up by the agent.
| Module | Tools | What it does |
|---|---|---|
| Knowledge Base | kb_* | documents, hybrid search, audience scoping |
| Conversations | conv_* | channels, messages, handover |
| CRM | crm_* | contacts, companies, deals |
| CMS | cms_* | collections, entries, assets |
| Outreach | outreach_* | campaigns, drafts, propose-only |
| Analytics | analytics_* | page-view + search events |
These six modules aren't separate products β they share one Postgres schema, one permission model, and one audit log. Watch how they tie together:
An in-process, per-org agent runner answers live conversations on every channel (chat widget, email, SMS, voice) against the LLM provider you configure β drafting and sending replies, and handing off to a human when needed.
The in-process agent runner also works a durable background job queue: scheduled KB curation, CRM hygiene, contact extraction, stale-content review, and outreach drafts, with retry and dead-letter handling.
Packaged markdown procedures (skill://module/<verb-object>) for multi-step, cross-module workflows, surfaced over MCP β followed both by Munin's own runner and by any external AI agent operating on the platform.
Symmetric *_export / *_import MCP tools (and /v1/<module>/export|import REST endpoints) per module, so an agent can move an org's data between a self-hosted server and the cloud in either direction. See skill://playbooks/data-migration.
Every action is written to an audit log, and webhooks fan those events out to your own endpoints with signed, replayable deliveries.
Operational issues surface as system alerts the agent can list, acknowledge, and resolve. An in-product feedback channel lets you file feature requests and vote on Munin's public roadmap.
Sign-in and access control run on BetterAuth, with OAuth 2.1 dynamic-client registration and team invites.
Lovable builds your frontend. Munin spins up your operations. One prompt, one MCP endpoint β and the agents do the rest.
Watch Lovable build a real website from a single prompt while Munin stands up everything behind it β the CMS the blog reads from, a seeded knowledge base, analytics, and a chat widget that already knows the business. No click-ops, no screens to wire up; the agent does the work, over one MCP endpoint. Then a real customer conversation plays out: answered from the knowledge base, handed off to a human when it matters, and picked back up by the agent to close.
Self-host (this repo): single-tenant, invite-only.
Secrets left at their .env.example placeholders are auto-generated on first boot and persisted in the munin-data volume β fine for local self-hosting. For shared or production deployments, set strong MUNIN_AUTH_SECRET + MUNIN_KEY_PEPPER + MUNIN_ENCRYPTION_KEY values (openssl rand -base64 48) in .env instead.
The first user to sign up becomes the org admin; subsequent users need an invitation token or an email whose domain is in MUNIN_ALLOWED_EMAIL_DOMAINS.
Hosted (https://www.getmunin.com): multi-tenant, one signup per org.
After docker compose up, the backend listens on :3001 and the dashboard on :3000.
http://localhost:3000 and register the first user β they become the singleton org admin.mn_admin_β¦). Shown once; treat like a password.The OpenAPI spec for the REST control plane is at packages/backend-core/openapi.json. To wire an MCP client like Claude or Cursor, see Connect your AI agent below.
Once you've signed up (hosted) or run docker compose up (self-host), point your MCP client at the URL β http://localhost:3001/mcp for self-host, or https://mcp.getmunin.com for hosted.
Claude Code (CLI):
Claude Desktop β add to your MCP config:
The first call triggers an OAuth consent screen in your browser, then your agent has the full tool surface β Knowledge Base, Conversations, CRM, CMS, Outreach, Analytics.
The same /mcp endpoint serves two distinct callers, audience-aware:
kb:*, conv:*, crm:*, cms:*, outreach:*, analytics:*.See packages/backend-core/src/control/delegated-token.controller.ts for the token-mint API. The @getmunin/sdk Node client wraps it.
| Layer | Tech |
|---|---|
| Language & runtime | TypeScript, Node 24 LTS |
| Monorepo | Turborepo, pnpm |
| Backend | NestJS |
| Frontend | Next.js |
| Data | Postgres + pgvector, Drizzle |
| Protocol & auth | MCP Streamable HTTP, BetterAuth + OAuth 2.1 |
Developer docs live at getmunin.com/docs β guides, the REST API reference, the full MCP tool list, and the skill library.
Contributions are welcome. pnpm install, then docker compose up (or pnpm dev) gives you a full stack on :3001 (backend) and :3000 (dashboard). Branch from main as <type>/<kebab-summary> (e.g. feat/website-import-reconcile), keep PRs focused, and make sure CI (lint, typecheck, test, build) passes.
See CONTRIBUTING.md for setup, commit conventions, and PR guidelines.
Found a vulnerability? Please don't open a public issue β email security@getmunin.com instead. See SECURITY.md for scope and our response timeline.
MIT. See LICENSE.
Bundled third-party dependencies retain their own licenses β see THIRD_PARTY_LICENSES.md (generated by pnpm licenses:generate, verified in CI).
Showcase 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/munin)<a href="https://allmcps.com/mcp/munin"><img src="https://allmcps.com/api/badge/munin?style=directory" alt="Munin on AllMCPs" /></a>