Skip to content

aborziak-ms/demo-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo MCP server

How to build and install

  1. Install Node.js

  2. Clone this repo: git clone https://github.com/aborziak-ms/demo-mcp

  3. Build: npm run build

  4. Add server definition to local file .vscode\mcp.json or 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:

    1. Press Ctrl+Shift+P in VS Code.
    2. Choose MCP: Add Server.
    3. Choose Command (stdio).
    4. Type node and press Enter.
    5. Type server name and press Enter.
    6. Choose global or local.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors