Skip to main content
Glama

NavoCMS

에이전트 네이티브 CMS. 관리자 패널 없음. 당신의 에이전트가 인터페이스입니다.

License Project status

NavoCMS는 ChatGPT, Claude, Codex 또는 호환되는 MCP 클라이언트를 통해 운영되도록 설계된 오픈소스 멀티사이트 콘텐츠 플랫폼입니다. 기존 CMS 관리 패널 없이도 초안 작성, 검토, 미리보기, 게시, 사이트 운영을 위한 안전하고 타입화된 작업을 에이전트에 제공합니다.

웹사이트: navocms.com · 저장소: github.com/Tsumibito/NavoCMS

[!IMPORTANT] NavoCMS는 지속적 게시 단계를 완료했습니다. 아직 프로덕션 소프트웨어가 아닙니다. schemas/ 아래의 공개 스키마는 v0alpha1 버전이며 첫 릴리스 전에 변경될 수 있습니다.

차별화 포인트

  • 에이전트 우선: 일상적인 작업은 관리 UI의 테이블 CRUD가 아닌 목표 지향적 MCP 도구입니다.

  • UI 선택 사항: 집중형 검토 위젯이 diff, 미리보기, 에셋, 테이블을 개선할 수 있지만, 모든 핵심 워크플로우는 임베디드 UI 지원 없이도 MCP 클라이언트에서 사용 가능합니다.

  • 플러그인 지향: 콘텐츠, 디자인, 렌더링, 배포, 미디어, SEO, 현지화, 폼, 분석, CRM, 이메일은 작고 신뢰할 수 있는 커널 주변의 교체 가능한 기능입니다.

  • 안전한 게시: 중대한 작업은 정책에 의해 제한되고, 감사 가능하며, 멱등적이고, 불변 릴리스 아티팩트에 바인딩됩니다.

  • 처음부터 멀티사이트: 한 사용자가 여러 사이트를 소유할 수 있으며, 각 사이트는 독립적인 멤버, 역할, 제공자, 디자인, 거버넌스를 가집니다.

  • 이식 가능한 콘텐츠: 산문은 Markdown으로 저장됩니다. 스키마, 릴리스, 디자인 계약, 에셋은 독점 편집기 형식 없이 내보낼 수 있습니다.

Related MCP server: @vibecheck/mcp

제품 모델

모든 사이트는 네 가지 버전 관리 앵커에 고정됩니다:

앵커

제어 항목

콘텐츠

유형, 필드, 관계, 로케일, 검증, 개정

디자인

토큰, 컴포넌트, 레시피, 반응형 및 접근성 규칙

전달

렌더러, 미리보기, 배포, 라우트, 리다이렉트, 도메인, 캐시

거버넌스

멤버십, 범위, 승인, 한도, 보존, 롤백

릴리스는 네 가지 모두에 대한 정확한 버전과 해시를 기록합니다. 에이전트나 플러그인은 콘텐츠를 게시하는 동안 앵커를 조용히 변경할 수 없습니다.

현재 상태

스프린트 0–7은 공개 계약, TypeScript 마이크로커널, 멀티테넌트 보안 경계, 이식 가능한 Markdown 콘텐츠 엔진, 버전 관리 디자인 시스템 컴파일러 및 Astro 카탈로그, 인증된 MCP 편집 경계, 반복 가능한 Neon/Coolify 프로덕션 토폴로지, 그리고 정확한 해시 기반의 지속적인 미리보기, 게시, 조정, 롤백을 확립합니다:

의도된 구현 방향은 PostgreSQL과 언어 중립적 서비스 플러그인을 갖춘 TypeScript 신뢰 커널입니다. Python은 SEO, 번역, 분석 및 기타 독립적으로 배포되는 기능을 위한 일급 옵션으로 유지됩니다.

저장소 구조

.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

기여

NavoCMS는 초기 설계 논의, 사양 검토, 보안 피드백, 향후 코드 기여를 환영합니다. CONTRIBUTING.md에서 시작하고, GOVERNANCE.md를 읽은 후, 큰 아키텍처 변경을 구현하기 전에 GitHub Discussions 또는 이슈를 사용하세요.

corepack enable
pnpm install --frozen-lockfile
pnpm check

공개 이슈에 취약점을 보고하지 마세요. SECURITY.md를 따르세요.

라이선스

Apache License 2.0. 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