mcp-server-starter-kit

park11innyc-lgtm/mcp-server-starter-kit
★ 0 stars TypeScript Security Updated today
Production-shaped Model Context Protocol (MCP) server starter: bearer auth that fails closed, legible errors, stdio + streamable HTTP, SSRF-guarded example tool, cold-start-safe deploy. MIT.
View on GitHub → 🔍 Audit Wallet Slippage →

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-server-starter-k": {
      "command": "npx",
      "args": [
        "-y",
        "park11innyc-lgtm/mcp-server-starter-kit"
      ]
    }
  }
}

README Excerpt

A **production-shaped** starter for building a [Model Context Protocol](https://modelcontextprotocol.io) server in TypeScript. Most MCP tutorials stop at "hello world" over stdio. The hard parts — the ones that actually break servers in the wild — start right after: authentication, transport choice, request timeouts, SSRF guards, and a deploy that survives cold starts. This kit ships those, small enough to read in one sitting.

Tools (2)

http_get_jsonping