File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
2626
2727### Setup
2828
29- 1 . ** Clone the repository**
30-
31- ---
32- ``` sh
33- git clone https://github.com/stuartpa/MssqlMcp
34- ```
35- ---
36-
37- 2 . ** Build ** *
29+ 1 . ** Build ** *
3830
3931---
4032``` sh
@@ -44,7 +36,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
4436---
4537
4638
47- 3 . VSCode: ** Start VSCode, and add MCP Server config to VSCode Settings**
39+ 2 . VSCode: ** Start VSCode, and add MCP Server config to VSCode Settings**
4840
4941---
5042``` json
@@ -57,6 +49,7 @@ This project is a .NET 8 console application implementing a Model Context Protoc
5749}
5850```
5951---
52+
6053e.g. your MCP settings should look like this if "MSSQL MCP" is your own MCP Server in VSCode settings:
6154
6255---
@@ -85,12 +78,13 @@ Click the tools icon, and ensure the "MSSQL MCP" tools are selected.
8578
8679Then type in the chat window "List tables in DB" and hit enter.
8780
88- 4 . Claude Desktop: **Add MCP Server config to Claude Desktop**
81+ 3 . Claude Desktop: **Add MCP Server config to Claude Desktop**
8982
9083Press File > Settings > Developer.
9184Press the "Edit Config" button (which will load the claude_desktop_config.json file in your editor).
9285
9386Add a new MCP Server with the following settings:
87+
9488---
9589```json
9690{
You can’t perform that action at this time.
0 commit comments