mcpscaffold

EdgarOrtegaRamirez/mcpscaffold
★ 0 stars Go Browser/Web Updated today
Scaffold production-ready MCP server projects from templates
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": {
    "mcpscaffold": {
      "command": "go",
      "args": [
        "run",
        "github.com/EdgarOrtegaRamirez/mcpscaffold@latest"
      ]
    }
  }
}

README Excerpt

Generate production-ready MCP (Model Context Protocol) server projects from templates. Supports Python, TypeScript, and Go with configurable transport layers (stdio, SSE, HTTP) and feature counts. - 🚀 Scaffold complete MCP server projects in seconds - 🐍 Python templates with MCP SDK, Pytest, Ruff - 🟨 TypeScript templates with Zod validation, Vitest