CreateOS MCP
Навыки NodeOps
Навыки ИИ-агентов для экосистемы NodeOps. Работает с Claude Code, Cursor, Windsurf и 40+ другими ИИ-агентами для программирования через CLI skills.
Доступные навыки
Навык | Описание | Установка |
createos | Развертывание чего угодно в продакшн на облачной платформе CreateOS |
|
vercel-to-createos | Миграция приложений Next.js, Vite, React, Vue, Svelte с Vercel на CreateOS |
|
Навыки миграции
vercel-to-createos — это первый выпущенный навык в семействе инструментов для миграции. Заглушки для netlify-to-createos, railway-to-createos, heroku-to-createos, render-to-createos и flyio-to-createos зарезервированы и перенаправляют пользователей к консьерж-сервису миграции до момента их выпуска. Полный список и дорожную карту см. в MIGRATIONS.md.
Related MCP server: AppsAI MCP Server
Аутентификация CreateOS
Навык createos может использоваться в двух режимах:
Режим MCP (предпочтительно, если доступно): аутентификация обрабатывается сервером MCP (API-ключ не требуется).
Режим REST/скриптов: вы должны предоставить API-ключ через
CREATEOS_API_KEY.
Для использования в режиме REST/скриптов:
export CREATEOS_API_KEY="<your-createos-api-key>"Никогда не добавляйте API-ключи в git; лучше устанавливайте их в своей оболочке или среде агента.
Установка
Установка конкретного навыка:
npx skills add https://github.com/NodeOps-app/skills --skill createosУстановка для конкретного агента:
npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-codeСписок всех доступных навыков:
npx skills add https://github.com/NodeOps-app/skills --listДобавление нового навыка
Создайте новый каталог в
skills/с названием вашего навыка:
skills/
└── your-skill/
└── SKILL.mdДобавьте
SKILL.mdс метаданными (frontmatter):
---
name: your-skill
description: What the skill does and when to activate it.
---
# Your Skill
Instructions for the agent...При необходимости добавьте вспомогательные файлы:
skills/your-skill/
├── SKILL.md # Required: skill definition
├── config/ # Optional: configuration files
├── references/ # Optional: extended documentation
├── scripts/ # Optional: helper scripts
└── assets/ # Optional: templates, imagesTool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
AppDeploy turns app ideas described in AI chat into live full-stack web applications
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.6-

AppsAI MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.331MIT- AlicenseNot gradedqualityAmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.1MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI clients and users to deploy static sites, Node.js services, and Python web applications without Docker, with tools for project management, deployment, rollback, and domain configuration.-
Appeared in Searches
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/NodeOps-app/skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server