Skip to content

Commit bf4a34a

Browse files
authored
Update link to https://createos.sh/app
Update link to https://createos.sh/app
1 parent bdd85ea commit bf4a34a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
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.
1717

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.
1919

2020
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.
2121

@@ -42,7 +42,7 @@ Built in Go for performance and reliability, the server supports both **Streamab
4242

4343
## Prerequisites
4444

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)
4646
2. Navigate to **Profile Settings** and generate your API key
4747

4848
> 📺 [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:
6767
}
6868
```
6969

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).
7171
7272
For client-specific setup instructions, see the [Integration docs](https://nodeops.network/createos/docs/API-MCP/CreateOS-MCP).
7373

@@ -295,13 +295,13 @@ SOFTWARE.
295295
- [Anthropic](https://anthropic.com) for creating the [Model Context Protocol](https://modelcontextprotocol.io) specification
296296
- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) for the excellent Go MCP SDK
297297
- [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
299299

300300
---
301301

302302
<p align="center">
303303
<a href="https://nodeops.network/createos/docs/API-MCP/CreateOS-MCP">📚 Full Documentation</a> &nbsp;·&nbsp;
304-
<a href="https://createos.nodeops.network">🌐 CreateOS Platform</a> &nbsp;·&nbsp;
304+
<a href="https://createos.sh/app">🌐 CreateOS Platform</a> &nbsp;·&nbsp;
305305
<a href="https://github.com/NodeOps-app/createos-mcp/issues">🐛 Report Bug</a>
306306
</p>
307307

0 commit comments

Comments
 (0)