CreateOS MCP
Allows migrating Next.js, Vite, React, Vue, Svelte apps from Vercel to the CreateOS cloud platform.
NodeOps Skills
AI agent skills for the NodeOps ecosystem. Works with Claude Code, Cursor, Windsurf, and 40+ other AI coding agents via the skills CLI.
Available Skills
Skill | Description | Install |
createos | Deploy anything to production on CreateOS cloud platform |
|
vercel-to-createos | Migrate Next.js, Vite, React, Vue, Svelte apps from Vercel to CreateOS |
|
claude-code-to-codex | Migrate Claude Code CLI hooks, MCP servers, plugins, instructions, and sessions to Codex CLI |
|
Migration skills
vercel-to-createos is the first shipped skill in the migration family. Stubs for netlify-to-createos, railway-to-createos, heroku-to-createos, render-to-createos, and flyio-to-createos are reserved and route users to the concierge migration path until they ship. See MIGRATIONS.md for the full list and roadmap.
Agent migration skills
claude-code-to-codex migrates Claude Code CLI setups to Codex CLI, with focused coverage for hooks, Claude Code CLI MCP servers, plugins, and session handoff.
Related MCP server: Nexlayer MCP
CreateOS Authentication
The createos skill can be used in two modes:
MCP mode (preferred when available): authentication is handled by the MCP server (no API key needed).
REST/script mode: you must provide an API key via
CREATEOS_API_KEY.
For REST/script usage:
export CREATEOS_API_KEY="<your-createos-api-key>"Never commit API keys to git; prefer setting them in your shell or your agent environment.
Installation
Install a specific skill:
npx skills add https://github.com/NodeOps-app/skills --skill createosInstall to a specific agent:
npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-codeList all available skills:
npx skills add https://github.com/NodeOps-app/skills --listAdding a New Skill
Create a new directory under
skills/with your skill name:skills/ └── your-skill/ └── SKILL.mdAdd a
SKILL.mdwith frontmatter:--- name: your-skill description: What the skill does and when to activate it. --- # Your Skill Instructions for the agent...Optionally add supporting files:
skills/your-skill/ ├── SKILL.md # Required: skill definition ├── config/ # Optional: configuration files ├── references/ # Optional: extended documentation ├── scripts/ # Optional: helper scripts └── assets/ # Optional: templates, images
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
- Flicense-qualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.Last updated3

Nexlayer MCPofficial
Flicense-qualityFmaintenanceAgentic cloud platform with 45+ MCP tools. Deploy any containerized stack, debug live pods (shell, file editing, DB queries), manage custom domains & TLS, push to built-in container registry, scale pods, and manage GPU workloads. The infrastructure layer where AI agents ship software to production.Last updated8
AppsAI MCP Serverofficial
Alicense-qualityDmaintenanceEnables 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.Last updated531MIT- AlicenseAqualityCmaintenanceEnables AI agents to deploy applications and manage servers over SSH using natural language commands, with built-in tools for Python bots, Docker Compose, and SSL setup.Last updated6MIT
Related MCP Connectors
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Build personal interactive apps with real URLs and persistent storage, using any AI.
The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key.
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