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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
16
16
The [Model Context Protocol (MCP)](https://modelcontextprotocol.io) is an open standard originated by Anthropic that enables AI assistants — Claude, Cursor, GitHub Copilot, Windsurf, Gemini, and others — to securely connect to external tools, APIs, and services through a unified interface. The latest MCP Authorization and Streamable HTTP specifications are fully implemented.
17
17
18
-
**CreateOS MCP** is a production-grade MCP server that exposes **85+ tools** for full-stack application deployment and infrastructure management on the [CreateOS](https://createos.nodeops.network) platform. Connect it once to your AI coding tool, then deploy projects, manage environments, configure domains, run security scans, analyze deployment metrics, and more — all through natural language.
18
+
**CreateOS MCP** is a production-grade MCP server that exposes **85+ tools** for full-stack application deployment and infrastructure management on the [CreateOS](https://createos.sh/app) platform. Connect it once to your AI coding tool, then deploy projects, manage environments, configure domains, run security scans, analyze deployment metrics, and more — all through natural language.
19
19
20
20
Instead of switching between dashboards, CLIs, and documentation, you stay in your editor and let your AI handle the infrastructure. CreateOS MCP turns prompts like *"deploy my app from this GitHub repo"* or *"scale the staging environment to 3 replicas"* into real actions, executed instantly.
21
21
@@ -42,7 +42,7 @@ Built in Go for performance and reliability, the server supports both **Streamab
42
42
43
43
## Prerequisites
44
44
45
-
1. Create an account at [createos.nodeops.network](https://createos.nodeops.network)
45
+
1. Create an account at [createos.nodeops.network](https://createos.sh/app)
46
46
2. Navigate to **Profile Settings** and generate your API key
47
47
48
48
> 📺 [Watch the API key retrieval tutorial](https://ik.imagekit.io/nodeops/No%20Sound/API%20Key_Retrieval.mp4)
@@ -67,7 +67,7 @@ Add the CreateOS MCP server to your AI client using this configuration:
67
67
}
68
68
```
69
69
70
-
> Replace `CREATEOS_API_KEY` with your actual key from [Profile Settings](https://createos.nodeops.network).
70
+
> Replace `CREATEOS_API_KEY` with your actual key from [Profile Settings](https://createos.sh/app).
71
71
72
72
For client-specific setup instructions, see the [Integration docs](https://nodeops.network/createos/docs/API-MCP/CreateOS-MCP).
73
73
@@ -295,13 +295,13 @@ SOFTWARE.
295
295
-[Anthropic](https://anthropic.com) for creating the [Model Context Protocol](https://modelcontextprotocol.io) specification
296
296
-[mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) for the excellent Go MCP SDK
297
297
-[Cursor](https://cursor.com), [GitHub Copilot](https://github.com/features/copilot), [Windsurf](https://windsurf.com), [Google Gemini](https://gemini.google.com), and the broader AI tooling ecosystem for driving MCP adoption
298
-
- The [CreateOS](https://createos.nodeops.network) team for building the deployment platform
298
+
- The [CreateOS](https://createos.sh/app) team for building the deployment platform
299
299
300
300
---
301
301
302
302
<palign="center">
303
303
<ahref="https://nodeops.network/createos/docs/API-MCP/CreateOS-MCP">📚 Full Documentation</a> ·
0 commit comments