Skip to main content
Glama

NavoCMS

The agent-native CMS. No admin panel. Your agent is the interface.

License Project status

NavoCMS is an open-source, multisite content platform designed to be operated through ChatGPT, Claude, Codex, or any compatible MCP client. It gives agents safe, typed operations for drafting, reviewing, previewing, publishing, and operating websites without requiring a conventional CMS administration panel.

Website: navocms.com · Repository: github.com/Tsumibito/NavoCMS

IMPORTANT

NavoCMS has completed its durable-publication stage. It is not yet production software. The public schemas underschemas/ are version v0alpha1 and may change before the first release.

What makes it different

  • Agent-first: routine operations are goal-oriented MCP tools, not table CRUD in an admin UI.

  • UI-optional: focused review widgets may improve diffs, previews, assets, and tables, but every core workflow remains usable by MCP clients without embedded UI support.

  • Plugin-oriented: content, design, rendering, deployment, media, SEO, localization, forms, analytics, CRM, and email are replaceable capabilities around a small trusted kernel.

  • Safe publication: consequential actions are policy-gated, auditable, idempotent, and bound to immutable release artifacts.

  • Multisite from the start: a user can own many sites while each site has independent members, roles, providers, design, and governance.

  • Portable content: prose is stored as Markdown; schemas, releases, design contracts, and assets can be exported without a proprietary editor format.

Related MCP server: @vibecheck/mcp

Product model

Every site is pinned to four versioned anchors:

Anchor

Controls

Content

Types, fields, relations, locales, validation, and revisions

Design

Tokens, components, recipes, responsive and accessibility rules

Delivery

Renderer, preview, deployment, routes, redirects, domains, and cache

Governance

Memberships, scopes, approvals, limits, retention, and rollback

A release records exact versions and hashes for all four. An agent or plugin cannot silently change an anchor while publishing content.

Current status

Sprints 0–7 establish the public contracts, TypeScript microkernel, multitenant security boundary, portable Markdown content engine, versioned design-system compiler and Astro catalogue, the authenticated MCP editing boundary, a repeatable Neon/Coolify production topology, and durable exact-hash preview, publication, reconciliation, and rollback:

The intended implementation direction is a TypeScript trusted kernel with PostgreSQL and language-neutral service plugins. Python remains a first-class option for SEO, translation, analytics, and other independently deployed capabilities.

Repository map

.github/                 contribution and CI automation
docs/architecture/       accepted and proposed ADRs
docs/product/            product requirements and terminology
docs/roadmap/            milestones and sprint gates
docs/security/           threat model and security design
docs/specs/              human-readable platform contracts
examples/profiles/       contract fixtures for representative sites
schemas/                  machine-readable v0alpha1 JSON Schemas
scripts/                  deterministic repository checks
apps/                     transport applications; not the trusted kernel
packages/                 contracts, security, content, persistence, and trusted microkernel
plugins/                  independently deployable example/service plugins

Contributing

NavoCMS welcomes early design discussion, specification review, security feedback, and future code contributions. Start with CONTRIBUTING.md, read GOVERNANCE.md, and use GitHub Discussions or an issue before implementing a large architectural change.

corepack enable
pnpm install --frozen-lockfile
pnpm check

Please do not report vulnerabilities in public issues; follow SECURITY.md.

License

Apache License 2.0. See LICENSE.

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A self-hosted content engine with an MCP interface that enables AI agents to read, write, and manage content models through tools like describe_model, create_type, draft, and publish.
    Apache 2.0
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to manage git-backed website content through natural language, with tools to create, update, delete, and draft pages that are schema-validated and committed to a repository.
    0
    1
    MIT

View all related MCP servers

Related MCP Connectors

  • Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.

  • Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

  • AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tsumibito/NavoCMS'

If you have feedback or need assistance with the MCP directory API, please join our Discord server