Nexoraa MCP Server
Nexoraa
开放 AI 劳动力平台。 将隐藏在您业务中的 137 个 AI 岗位映射到 7 个部门,按依赖顺序将它们部署为可运行的技能,并拥有全部内容。
一个完整、可销售的 SaaS——高级营销网站、动画交互式 Nexus 地图、门控 技能库(36 个可运行技能,覆盖全部 137 个岗位)、带 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配置(全部可选——应用在没有任何这些配置的情况下也能开放运行)
环境变量 | 启用功能 |
|
|
| 会话 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:中央 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。拥有您构建的一切。
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