Skip to content

Commit f459c56

Browse files
committed
📝(mcp) add doc to use mcp with vscode
1 parent 4a81e15 commit f459c56

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/mcp_server/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,29 @@ In Cursor settings, in the MCP section, you can add a new MCP server with the fo
8989
}
9090
```
9191

92+
### In VSCode IDE
93+
94+
In VSCode settings, you can add a new MCP server with the following configuration:
95+
96+
```json
97+
// .vscode/settings.json
98+
{
99+
"chat.mcp.discovery.enabled": true,
100+
"chat.mcp.enabled": true
101+
}
102+
```
103+
104+
```json
105+
// .vscode/mcp.json
106+
{
107+
"servers": {
108+
"docs": {
109+
"url": "http://localhost:4200/mcp/docs"
110+
}
111+
}
112+
}
113+
```
114+
92115
### Locally with `mcphost` and `ollama`
93116

94117
1. Install [mcphost](https://github.com/mark3labs/mcphost)

0 commit comments

Comments
 (0)