mcp-gateway-starter

RLASAF12/mcp-gateway-starter
★ 0 stars TypeScript 🌐 Browser/Web Updated today
A minimal, stateless MCP HTTP server template with Bearer auth, rate limiting, and versioning. Deploy anywhere.
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": {
    "mcp-gateway-starter": {
      "command": "npx",
      "args": [
        "-y",
        "RLASAF12/mcp-gateway-starter"
      ]
    }
  }
}

README Excerpt

> A minimal, stateless MCP (Model Context Protocol) HTTP server you can deploy in minutes. The MCP stateless core RC shipped in May 2026, making HTTP-transport MCP a production default. This template gives you **Bearer token auth**, **per-IP rate limiting**, and **URL versioning** out of the box — deploy horizontally behind any load balancer without sticky sessions or hacks.

Tools (3)

echopingweather_stub

Topics

api-gatewayjson-rpcllm-toolsmcpmodel-context-protocolnodejstypescript