mcp-server-production-starter

webgururobin/mcp-server-production-starter
★ 0 stars TypeScript 📦 Other Updated 8d ago
Production-grade MCP server starter — companion to therobin.dev/blog/mcp-server-production-grade
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-server-productio": {
      "command": "npx",
      "args": [
        "-y",
        "webgururobin/mcp-server-production-starter"
      ]
    }
  }
}