File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff 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+
2530Then 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
You can’t perform that action at this time.
0 commit comments