Skip to content

Commit 760e00c

Browse files
Add quickstart for Cursor
1 parent 17507b1 commit 760e00c

File tree

4 files changed

+34
-0
lines changed

4 files changed

+34
-0
lines changed
648 KB
Loading
52.5 KB
Loading
21.4 KB
Loading
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
title: Quick Start w/ Cursor
3+
weight: 3
4+
---
5+
6+
{{% steps %}}
7+
8+
### Install
9+
10+
## Quick Start w/ Cursor
11+
12+
1. Use the Features menu of the Cursor Settings
13+
14+
![Claude Features](claude_features.png)
15+
16+
2. Copy and paste the following string into the field labeled "Command".
17+
18+
```
19+
docker run -i --rm -v /var/run/docker.sock:/var/run/docker.sock --mount type=volume,source=docker-prompts,target=/prompts mcp/docker:latest serve --mcp --register github:docker/labs-ai-tools-for-devs?path=prompts/bootstrap.md
20+
```
21+
22+
After entering this command, the server will start and you should see a list of available tools.
23+
24+
![Claude Tools](claude_tools.png)
25+
26+
27+
## Use tools from compose agent
28+
29+
Tools will only be available in the `agent` mode of the composer. Note that the composer tab has two distinct modes (`normal` and `agent`).
30+
31+
![compose agent](composer_agent.png)
32+
33+
{{% /steps %}}
34+

0 commit comments

Comments
 (0)