A sample MCP server using the MCP C# SDK. Generates random numbers and random we

GitHubRepository

Tags

registry.modelcontextprotocol.io

Configuration

{
  "mcpServers": {
    "Knapcode.SampleMcpServer": {
      "args": [
        "Knapcode.SampleMcpServer"
      ],
      "command": "uvx",
      "transport": "stdio"
    }
  }
}