mcp-server-template

victorwhale/mcp-server-template
★ 0 stars Unknown language 🔒 Security Updated 1d ago
Production-ready Model Context Protocol (MCP) server scaffold with auth, audit logging, rate limiting. Apache 2.0.
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-server-template": {
      "command": "npx",
      "args": [
        "-y",
        "victorwhale/mcp-server-template"
      ]
    }
  }
}