mcplug

tedla-brandsema/mcplug
★ 0 stars Go Security Updated 3d ago
Aggregate your MCP servers into a single endpoint, locally or remotely with auth.
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": {
    "mcplug": {
      "command": "go",
      "args": [
        "run",
        "github.com/tedla-brandsema/mcplug@latest"
      ]
    }
  }
}

README Excerpt

MCPlug is an MCP (Model Context Protocol) aggregating gateway. It launches and connects to the MCP servers you configure — reference servers, community servers, remote endpoints — and exposes all of their tools through a single MCP endpoint, locally over stdio or HTTP, and remotely through an embedded ngrok tunnel with bearer or OIDC authentication.

Topics

gatewaygogolangmcpmodel-context-protocol