File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change 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
2461Step 1: Install claude and login
You can’t perform that action at this time.
0 commit comments