goa (MCP Server)

GitHub

Design-first Go framework that generates API code, documentation, and clients. Define once in an elegant DSL, deploy as HTTP and gRPC services with zero drift between code and docs.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "goa": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-goa"
      ]
    }
  }
}