-
Install Node.js
-
Clone this repo:
git clone https://github.com/aborziak-ms/demo-mcp -
Build:
npm run build -
Add server definition to local file
.vscode\mcp.jsonor to global file%AppData%\Code\User\mcp.json:{ "servers": { "demo-mcp": { "type": "stdio", "command": "node", "args": ["<PATH_TO_DEMO_MCP>\\dist\\index.js"] } } }Save the file and click 'Start'. This MCP server will start every time with your VS Code.
Alternative option for how to add new MCP server:
- Press
Ctrl+Shift+Pin VS Code. - Choose
MCP: Add Server. - Choose
Command (stdio). - Type
nodeand press Enter. - Type server name and press Enter.
- Choose global or local.
- Press
aborziak-ms/demo-mcp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|