You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-260Lines changed: 0 additions & 260 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,266 +49,6 @@ Built in Go for performance and reliability, the server supports both **Streamab
49
49
50
50
---
51
51
52
-
## Quick Start
53
-
54
-
### Cursor
55
-
56
-
> [One-click install for Cursor](cursor://anysphere.cursor-deeplink/mcp/install?name=createos&config=eyJ1cmwiOiJodHRwczovL2FwaS1jcmVhdGVvcy5ub2Rlb3BzLm5ldHdvcmsvbWNwIiwidHlwZSI6Imh0dHAiLCJoZWFkZXJzIjp7IlgtQXBpLUtleSI6IkNSRUFURU9TX0FQSV9LRVkifX0=) (replace the API key after install)
**Setup:** Create `.vscode/mcp.json` → paste config → save → restart VS Code.
105
-
106
-
<details>
107
-
<summary>📖 Full VS Code docs</summary>
108
-
109
-
See the [VS Code integration guide](https://nodeops.network/createos/docs/Integrations/Integration-VS-Code) for screenshots and video walkthrough.
110
-
</details>
111
-
112
-
---
113
-
114
-
### Claude Code
115
-
116
-
Run in your terminal:
117
-
118
-
```bash
119
-
claude mcp add createos-mcp \
120
-
--transport http \
121
-
https://api-createos.nodeops.network/mcp \
122
-
--header "X-API-Key: CREATEOS_API_KEY"
123
-
```
124
-
125
-
**Verify:**
126
-
127
-
```bash
128
-
claude mcp list
129
-
# ✓ createos-mcp connected
130
-
```
131
-
132
-
<details>
133
-
<summary>📖 Full Claude Code docs</summary>
134
-
135
-
See the [Claude Code integration guide](https://nodeops.network/createos/docs/Integrations/Integration-Claude-Code) for the complete setup and troubleshooting checklist.
136
-
</details>
137
-
138
-
---
139
-
140
-
### Claude Desktop
141
-
142
-
Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json` on macOS):
See the [Gemini Code Assist integration guide](https://nodeops.network/createos/docs/Integrations/Integration-Gemini-Code-Assist) for the complete walkthrough.
See the [Zapier integration guide](https://nodeops.network/createos/docs/Integrations/Integration-Zapier) for screenshots and step-by-step instructions.
See the [ElevenLabs integration guide](https://nodeops.network/createos/docs/Integrations/Integration-ElevenLabs) for screenshots and step-by-step instructions.
308
-
</details>
309
-
310
-
---
311
-
312
52
## Usage Examples
313
53
314
54
Once connected, interact with CreateOS through natural language in your AI assistant:
Integrate CreateOS with Antigravity using the MCP (Model Context Protocol) to enable AI-powered deployment workflows directly from the Antigravity agent interface.
10
+
11
+
## Prerequisites
12
+
13
+
- Antigravity application installed
14
+
- CreateOS account with API key access
15
+
16
+
## Setup Instructions
17
+
18
+
### Step 1: Access MCP Server Settings
19
+
20
+
1. Open the **Agent chat window** in Antigravity
21
+
2. Click on the **"…"** menu in the top right corner
**Security Note**: Keep your API key confidential and never share it publicly.
72
+
73
+
### Step 4: Apply Configuration
74
+
75
+
1. Save the `mcp_config.json` file
76
+
2. Restart the Antigravity application completely
77
+
78
+
## Verification
79
+
80
+
After restarting, Antigravity will automatically connect to the CreateOS MCP server. You can verify the connection by asking the agent to list your CreateOS projects or perform a deployment action.
81
+
82
+
## Usage
83
+
84
+
Once configured, simply tell the Antigravity agent what you want to deploy through CreateOS, and it will handle the integration automatically.
0 commit comments