Skip to content

Commit a52f4bb

Browse files
Namanclaude
authored andcommitted
docs: add MCP config.json block to README for easy copy
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 660a202 commit a52f4bb

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,28 @@ Built in Go for performance and reliability, the server supports both **Streamab
4848
4949
---
5050

51+
## Quick Start
52+
53+
Add the CreateOS MCP server to your AI client using this configuration:
54+
55+
```json
56+
{
57+
"createos": {
58+
"url": "https://api-createos.nodeops.network/mcp",
59+
"type": "http",
60+
"headers": {
61+
"X-Api-Key": "CREATEOS_API_KEY"
62+
}
63+
}
64+
}
65+
```
66+
67+
> Replace `CREATEOS_API_KEY` with your actual key from [Profile Settings](https://createos.nodeops.network).
68+
69+
For client-specific setup instructions, see the [Integration docs](https://nodeops.network/createos/docs/API-MCP/CreateOS-MCP).
70+
71+
---
72+
5173
## Usage Examples
5274

5375
Once connected, interact with CreateOS through natural language in your AI assistant:

0 commit comments

Comments
 (0)