mcp-proxyward

uaspro/mcp-proxyward
★ 0 stars C# 🌐 Browser/Web Updated today
A lightweight, self-hosted guard proxy for MCP Streamable HTTP servers
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": {
    "mcp-proxyward": {
      "command": "npx",
      "args": [
        "-y",
        "uaspro/mcp-proxyward"
      ]
    }
  }
}