Skip to content

Commit 717689a

Browse files
blvafmenezes
authored andcommitted
Update readme
1 parent 39e80e8 commit 717689a

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ TBD
55
=======
66
# Atlas MCP Server PoC
77

8+
- Uses the official MCP SDK https://github.com/modelcontextprotocol/typescript-sdk
9+
810
## Setting up your environment
911

1012
```shell
@@ -19,6 +21,41 @@ npm run build
1921

2022
## Supported tools
2123

24+
### VSCode
25+
26+
Prerequisites:
27+
- Use VSCode Insiders (https://code.visualstudio.com/insiders/)
28+
- Setup copilot in VSCode Insiders
29+
30+
Step 1: Add the mcp server to VSCode configuration
31+
32+
- Press `Cmd + Shift + P` and type `MCP: Add MCP Server` and select it.
33+
- Select the first option for a local MCP server.
34+
- Add the path to dist/index.js in the prompt
35+
36+
Step 2: Verify the created mcp file
37+
38+
It should look like this
39+
```shell
40+
{
41+
"servers": {
42+
"demo-atlas-server": {
43+
"type": "stdio",
44+
"command": "/Users/<user>/workplace/atlas-mcp-server/dist/index.js",
45+
"args": []
46+
}
47+
}
48+
}
49+
```
50+
51+
Step 3: Open the copilot chat and check that the toolbox icon is visible and has the mcp server listed.
52+
53+
Step 4: Try running a command
54+
55+
- Can you list my clusters?
56+
57+
58+
2259
### Claude
2360

2461
Step 1: Install claude and login

0 commit comments

Comments
 (0)