mcp-server-kestrel

mlwood-dev/mcp-server-kestrel
★ 0 stars C# AI/LLM Updated 13d ago
A production-ready Model Context Protocol (MCP) server built with the official C# SDK and hosted on Kestrel via ASP.NET Core. Includes sample tools, full Kestrel configuration, and is designed for high-performance, secure exposure of AI capabilities. Perfect starter for .NET developers integrating MCP with modern web hosting.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-kestrel": {
      "command": "npx",
      "args": [
        "-y",
        "mlwood-dev/mcp-server-kestrel"
      ]
    }
  }
}