Test-MCP-Server

tf664/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 dayong@mcphub.com.

The Fox Test MCP Server is designed to provide fox-related facts as part of a research task involving MCP servers in enterprise CAQ software.

Fox Test MCP Server

This repo includes a MCP server regarding fox facts. It was created a part of a research task regarding MCP server in an enterprise CAQ-software.

Usage

  • Usage in VSCode Github Copilot

    Inside this workspace folder, also create mcp.json . Which tells Github Copilot that inside this repo this MCP server will be used. One can also stop and restart the server in mcp.json manually

  • Usage in Claude Desktop Inside the claude_desktop_config.json add:

    "foxfacts": {
      "type": "stdio",
      "command": "dotnet",
      "args": [
          "run",
          "--project",
          "C:\\Users\\til.feldkamp\\Desktop\\ASP MCPYT\\ASPMCP\\ASPMCP.csproj"
      ]
    }