Skip to content

Commit 5c886f9

Browse files
authored
Update readme with claude code (#2)
* Update readme with claude code * Update readme with claude code
1 parent 7ef07f3 commit 5c886f9

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Before getting started, you'll need:
2222

2323
## Installation
2424

25+
>[!NOTE]
26+
>**Docker Required**
27+
>
28+
>Make sure Docker is installed and running on your system before proceeding with the installation.
29+
2530
Then configure your MCP client. We've tested this with Claude Desktop, and Cursor, but it should work with any MCP-compatible client.:
2631

2732
### Claude Desktop
@@ -44,6 +49,25 @@ Then configure your MCP client. We've tested this with Claude Desktop, and Curso
4449
}
4550
```
4651

52+
### Claude Code
53+
54+
Use the following command to add Cortex MCP to Claude Code:
55+
56+
```bash
57+
claude mcp add-json "cortex" '{
58+
"command": "docker",
59+
"args": [
60+
"run",
61+
"--rm",
62+
"-i",
63+
"--env",
64+
"CORTEX_API_TOKEN=YOUR_API_TOKEN_HERE",
65+
"ghcr.io/cortexapps/cortex-mcp:latest"
66+
]
67+
}'
68+
```
69+
70+
If successful, you should see: "Added stdio MCP server cortex to local config"
4771

4872
### Cursor
4973

0 commit comments

Comments
 (0)