Back to Apps

GoDDD
Supports UIby ixugo
Pragmatic Domain-Driven Design (DDD) framework and code generation tool for Go projects based on Clean Architecture.
0 stars
Works in:Cursor
Exposes:Tools
What it does
GoDDD is a REST API framework and code generation tool designed for small to medium-sized Go projects. It implements Clean Architecture principles to ensure a decoupled, maintainable project structure where the core business logic is isolated from external drivers and data persistence.
Tools
generate_ddd_code: Generates complete DDD boilerplate including core logic, storer interfaces, and API layers based on a Go domain model definition.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"godddx": {
"command": "godddx",
"args": ["-mcp"]
}
}
}
Supported hosts
- Cursor
- Claude
Quick install
go install github.com/ixugo/godddx@latestInformation
- Pricing
- free
- Published
- 7/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json: { "godddx": { "command": "godddx", "args": ["-mcp"] } }Claude Desktop
Add to claude_desktop_config.json: { "mcpServers": { "godddx": { "command": "godddx", "args": ["-mcp"] } } }





