Skip to main content
Glama
astatineRS
by astatineRS

Nexoraa

오픈 AI 워크포스 플랫폼. 비즈니스 전반 7개 부서에 숨어 있는 137개의 AI 직무를 매핑하고, 이를 의존성 순서에 따라 실행 가능한 스킬로 배포하여 모든 것을 소유하세요.

완전하고 판매 가능한 SaaS — 프리미엄 마케팅 사이트, 애니메이션 인터랙티브 Nexus 맵, 게이트가 적용된 스킬 라이브러리(137개 직무를 모두 포괄하는 36개의 실행 가능한 스킬), Stripe 체크아웃이 포함된 가격 페이지, 인증, 개인 롤아웃 대시보드 — 그리고 이를 기반으로 하는 오픈 엔진(스킬 + 감사 CLI + MCP 서버)까지 포함합니다.

라이브 화면: / 랜딩 · /explore 인터랙티브 맵 · /skills + /skills/[...] 게이트 라이브러리 · /pricing · /signin /signup · /dashboard.

스택

  • Next.js 16 (App Router, RSC) · React 19 · TypeScript (엄격 모드)

  • Tailwind CSS v4 디자인 토큰 · 모든 애니메이션에 Framer Motion (motion)

  • Stripe 구독(키 게이트) · jose JWT 세션 · PBKDF2 비밀번호 해싱

  • 콘텐츠 기반: 요청 시점에 content/skilltree.json(분류 체계)과 content/skills/*.md(스킬 파일)을 읽습니다. 오픈 엔진은 content/engine/에 있습니다.

Related MCP server: skills-mcp-server

빠른 시작

pnpm install
pnpm dev            # http://localhost:3000  (Turbopack)
pnpm build && pnpm start

구성 (모두 선택 사항 — 이 중 아무것도 없이도 앱이 오픈 상태로 실행됩니다)

환경 변수

활성화 항목

STRIPE_SECRET_KEY

/pricing의 라이브 체크아웃(그 외에는 "구성되지 않음" 안내가 표시되며, 오픈 코어는 무료로 유지됨)

AUTH_SECRET

세션 JWT 서명 키(그 외에는 개발용 기본값 사용)

인증은 데모 수준입니다(content/.users.json의 파일 기반 사용자 저장소, git 무시). 프로덕션에서는 src/lib/users.ts를 실제 데이터베이스로 교체하세요.

아키텍처

src/app/            routes (landing, explore, skills, pricing, dashboard, auth, /api/*)
src/components/      map (Nexus + explore), marketing, skills, pricing, dashboard, auth, ui, site
src/lib/            data + skills loaders, session, entitlement, stripe, map model
content/
  skilltree.json    7 departments · 34 functions · 137 jobs (tools + autonomy level)
  skills/           36 SKILL.md files (Foundation + 34 function skills), MIT
  engine/           the Python engine: audit CLI, KB scaffolder, LLM runner, MCP server

게이팅

무료로 모든 스킬(파일의 약 40%)과 전체 맵을 미리 볼 수 있습니다. Pro/Team은 전체 스킬 파일을 잠금 해제합니다. 권한은 서명된 세션 쿠키로 구동되는 src/lib/entitlement.ts의 단일 소스로 관리되며, Stripe 체크아웃 성공 시 플랜이 업그레이드됩니다.

Nexus 맵

src/components/map/nexus.tsx — 애니메이션 방사형 SVG: 중앙의 Company Brain 허브 주위로 7개 부서가 공전하며, 부서를 선택하면 스태거링된 스프링 이징 모션으로 기능이 펼쳐집니다. 히어로(자동 순환)와 /explore(라이브 상세 패널, 검색, 딥링크, 자율성 범례가 포함된 인터랙티브)를 모두 구동합니다.

오픈 엔진 (content/engine)

동일한 분류 체계로, 터미널 또는 모든 MCP 클라이언트에서 실행 가능합니다:

cd content            # the engine package sits alongside skilltree.json + skills/
python3 -m engine stats                   # 137 jobs · 36 skills
python3 -m engine audit --out tree.json   # inspect your stack; import into /dashboard
python3 -m engine mcp                     # stdio MCP server exposing all skills

라이선스

MIT. 당신이 만든 모든 것을 소유하세요.

F
license - not found
Not graded
quality - not tested
C
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
    D
    maintenance
    Provides comprehensive AI model metadata through MCP, enabling search and filtering of 100+ AI models by capabilities, pricing, context length, and provider specifications.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A high-performance MCP server that provides BM25-ranked search and structured access to over 1,300 AI skills, enabling context-efficient discovery and usage of AI capabilities while minimizing token consumption.
    20
    ISC
  • A
    license
    A
    quality
    C
    maintenance
    MCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.
    19
    66
    18
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Provides 634+ curated production-ready AI skills for any MCP-compatible client, covering areas like security, frontend, backend, infrastructure, AI/ML, and architecture. Enables AI agents to access best practices, patterns, and solutions across multiple domains.
    6
    8
    1
    MIT

View all related MCP servers

Related MCP Connectors

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/astatineRS/Nexoraa-tree'

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