AspNetCoreMcpServer

MiklosPathy/AspNetCoreMcpServer
★ 0 stars C# 🌐 Browser/Web Updated today
An example project with basic MCP tools for use with llama.cpp server webui
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "aspnetcoremcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "MiklosPathy/AspNetCoreMcpServer"
      ]
    }
  }
}