Nexoraa MCP Server
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設定(すべて任意 — アプリはこれらなしでもオープンに動作します)
環境変数 | 説明 |
|
|
| セッション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。あなたが作ったものはすべてあなたのものです。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive AI model metadata through MCP, enabling search and filtering of 100+ AI models by capabilities, pricing, context length, and provider specifications.MIT
- AlicenseNot gradedqualityDmaintenanceA 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.20ISC
- AlicenseAqualityCmaintenanceMCP server exposing 40 best-practice product management skills plus workflows and lifecycle tools, instantly accessible to any AI via Model Context Protocol.196618Apache 2.0
- AlicenseAqualityDmaintenanceProvides 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.681MIT
Related MCP Connectors
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
290+ quality-scored API capabilities for AI agents across 27 countries via MCP.
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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