AuthenticatedHttpMcpServer

logichaos/AuthenticatedHttpMcpServer
★ 0 stars C# 🔒 Security Updated today
A .net MCP server running on http with authentication and tool selection strategies.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "authenticatedhttpmcp": {
      "command": "npx",
      "args": [
        "-y",
        "logichaos/AuthenticatedHttpMcpServer"
      ]
    }
  }
}