test-mcp-server

KevinFiorentino/test-mcp-server

3.1

If you are the rightful owner of test-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Model Context Protocol (MCP) Server is a versatile tool designed to facilitate seamless integration and communication between various development environments and AI models.

Test MCP Server

MCP Config in External Project
  • npm install (execute it manually on local)

Create the file .vscode/mcp.json in your project with the following JSON to integrate this MCP Server with GitHub Copilot.

{
  "inputs": [],
  "servers": {
    "test": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "../test-mcp-server"]
    }
  }
}
MCP Inspector
  • npm run inspect
  • Clic in "Connect" button on the UI