Skip to main content
Glama
astatineRS
by astatineRS

Nexoraa

オープンなAIワークフォースプラットフォーム。 ビジネスに潜む137のAIジョブを7部門にわたってマッピングし、依存関係の順に実行可能なスキルとして展開して、すべてを自分のものにしましょう。

フル機能の販売可能なSaaS — プレミアムなマーケティングサイト、アニメーション付きインタラクティブなNexusマップ、ゲート付きスキルライブラリ(137すべてのジョブをカバーする36の実行可能スキル)、Stripeチェックアウトによる料金認証、パーソナルなロールアウトダッシュボード — さらに、その基盤となるオープンエンジン(スキル+監査CLI+MCPサーバー)も含まれます。

公開ページ: / ランディング · /explore インタラクティブマップ · /skills + /skills/[...] ゲート付きライブラリ · /pricing · /signin /signup · /dashboard

スタック

  • Next.js 16 (App Router, RSC) · React 19 · TypeScript (strict)

  • 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 の単一の真実のソースで、署名付きセッションCookieによって駆動されます。Stripeチェックアウトは成功するとプランをアップグレードします。

Nexusマップ

src/components/map/nexus.tsx — アニメーション付きの放射状SVG: 中央のカンパニーブレインのハブに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