mcp-go-gen

donaldgifford/mcp-go-gen
★ 0 stars Go 🔒 Security Updated today
A go generator for MCP servers
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-go-gen": {
      "command": "go",
      "args": [
        "run",
        "github.com/donaldgifford/mcp-go-gen@latest"
      ]
    }
  }
}

README Excerpt

An HCL-driven code generator that emits a complete, runnable [Model Context Protocol](https://modelcontextprotocol.io) server in Go from a declarative spec. Point it at an existing HTTP API or OpenAPI document, pick an auth scheme, and get back a buildable module with observability wired in. - A compilable Go module with `cmd/<name>/main.go`, auth middleware,