NodeOps
IN

VS Code with Copilot MCP Integration

Click to Add CreateOS MCP

Through the button:

  1. Click on Install
  2. Allow when prompted, it will take you to OAuth page
  3. Login using your CreateOS credentials

Overview

Integrate CreateOS with VS Code using the MCP (Model Context Protocol) to enable AI-powered deployment workflows directly from your development environment.


Prerequisites

  • Active VS Code installation
  • CreateOS account with API key access
  • GitHub connected to VS Code

Setup Instructions

Step 1: Create MCP Configuration File

  1. Open your workspace in VS Code
  2. Create a new folder named .vscode in your workspace root (if it doesn't already exist)
  3. Inside the .vscode folder, create a new file named mcp.json

Step 2: Configure Connection Settings

Paste the following configuration into your mcp.json file:

1{
2 "servers": {
3 "createos": {
4 "url": "https://api-createos.nodeops.network/mcp",
5 "type": "http",
6 "headers": {
7 "X-Api-Key": "CREATEOS_API_KEY"
8 }
9 }
10 },
11 "inputs": []
12}

Getting Your API Key:

  1. Log in to CreateOS
  2. Navigate to Profile Settings
  3. Copy your API key from the API Key section

Watch Tutorial →
API key retrieval tutorial

Security Note: Keep your API key confidential and never share it publicly.

Replace "CREATEOS_API_KEY" with your actual CreateOS API key in the configuration.

Step 3: Apply Configuration

  1. Save the mcp.json file
  2. Restart VS Code to apply the configuration changes

Demo Video

Vibecode and deploy through CreateOS MCP: Demo

VS Code with Copilot Vibecode Demo

1,00,000+ बिल्डर। एक कार्यक्षेत्र।

उत्पाद अपडेट, बिल्डर कहानियाँ, और उन सुविधाओं तक पहले पहुँच प्राप्त करें जो आपको तेज़ी से शिप करने में मदद करती हैं।

CreateOS एक एकीकृत बुद्धिमान कार्यक्षेत्र है जहाँ विचार अवधारणा से लाइव डिप्लॉयमेंट तक सहजता से आगे बढ़ते हैं, टूल, इन्फ्रास्ट्रक्चर और वर्कफ़्लो में कॉन्टेक्स्ट-स्विचिंग को समाप्त करते हुए CreateOS मार्केटप्लेस पर तुरंत विचारों को मुद्रीकृत करने का अवसर प्रदान करता है।